diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-06-26 12:41:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-06-26 12:41:16 -0700 |
commit | f696543dad6c7ba27b0c4fab167a5687263a9ba0 (patch) | |
tree | b1485af8292fc2e981144be7d610ef4b5020fc11 /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | tgif-f696543dad6c7ba27b0c4fab167a5687263a9ba0.tar.xz |
Git 1.7.6
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 dc3880c562..f04e4b138d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6-rc3 +DEF_VER=v1.7.6 LF=' ' |