diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-30 14:20:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-30 14:20:57 -0700 |
commit | 703f05ad5835cff92b12c29aecf8d724c8c847e2 (patch) | |
tree | c287712024ab66c8f552e6e4180bd7ee39c3bcdc /GIT-VERSION-GEN | |
parent | 8d714b11df2b65e5f4272c1616e561930010be90 (diff) | |
download | git-703f05ad5835cff92b12c29aecf8d724c8c847e2.tar.gz |
Git 1.7.7v1.7.7
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 e7657280e1..f1dc5faead 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7-rc3 +DEF_VER=v1.7.7 LF=' ' |