diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-05 12:54:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-05 12:54:35 -0700 |
commit | 7f41b6bbe3181dc4d1687db036bf22316997a1bf (patch) | |
tree | 408a339e5b3ca1cf9da01e97114a42514c263987 /GIT-VERSION-GEN | |
parent | 2e49dab8a114fb8c7dafdd1cda3a8bba0afe94a5 (diff) | |
download | git-7f41b6bbe3181dc4d1687db036bf22316997a1bf.tar.gz |
Post 1.7.7 first wave
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 f1dc5faead..19a142adc2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7 +DEF_VER=v1.7.7.GIT LF=' ' |