diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-12 10:44:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-12 10:44:32 -0700 |
commit | 5738c9c21e53356ab5020912116e7f82fd2d428f (patch) | |
tree | 8faa7328ce320be9250966a463ddee6953b0e233 /GIT-VERSION-GEN | |
parent | 81a5bdd9c52d476edcbf5368d1242ab5a92f5e3f (diff) | |
download | git-5738c9c21e53356ab5020912116e7f82fd2d428f.tar.gz |
Git 1.7.7-rc1v1.7.7-rc1
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 fea63c14be..988831852e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7-rc0 +DEF_VER=v1.7.7-rc1 LF=' ' |