diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-09-18 14:55:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-18 14:55:08 -0700 |
commit | 87b50542a08ac6caa083ddc376e674424e37940a (patch) | |
tree | b5fa1a17653865c072390cdf8c16cf0fb3278fac /GIT-VERSION-GEN | |
parent | Merge branch 'js/ls-files-x-doc' (diff) | |
download | tgif-87b50542a08ac6caa083ddc376e674424e37940a.tar.xz |
Git 1.7.3
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 556cee1ca7..ac9c4dbf2f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3-rc2 +DEF_VER=v1.7.3 LF=' ' |