diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-04-18 22:19:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-18 22:19:04 -0700 |
commit | 5469e2dab133a197dc2ca2fa47eb9e846ac19b66 (patch) | |
tree | ac20c898422f63eea92bc73e09661b6fda83b259 /GIT-VERSION-GEN | |
parent | Merge branch 'rr/remote-helper-doc' (diff) | |
download | tgif-5469e2dab133a197dc2ca2fa47eb9e846ac19b66.tar.xz |
Git 1.7.1-rc2
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 e5b1111a37..1063945c30 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1.rc1.GIT +DEF_VER=v1.7.1.rc2 LF=' ' |