diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-07-07 02:00:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-07-07 02:00:46 +0200 |
commit | cf13f6ca40529a33b66c5e1e7cc69947974b3648 (patch) | |
tree | 2ff8db79e349e2707ca4a46dc28632580fdc89eb /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | git-cf13f6ca40529a33b66c5e1e7cc69947974b3648.tar.xz git-cf13f6ca40529a33b66c5e1e7cc69947974b3648.zip |
Start 1.7.7 cycle
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index f04e4b138d..8270abb5f9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6 +DEF_VER=v1.7.6.GIT LF=' ' |