diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-09-23 15:35:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-09-23 15:35:57 -0700 |
commit | 85e9c7e1d42849c5c3084a9da748608468310c0e (patch) | |
tree | 1fd5e8738188fa78f772fc95741dafe84d0ed9c9 /GIT-VERSION-GEN | |
parent | b7619006ebd9c9760b34bb38e04ce4dc8c606483 (diff) | |
download | git-85e9c7e1d42849c5c3084a9da748608468310c0e.tar.gz git-85e9c7e1d42849c5c3084a9da748608468310c0e.tar.xz |
Git 1.7.7-rc3v1.7.7-rc3
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 647dc603a..e7657280e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7-rc2 +DEF_VER=v1.7.7-rc3 LF=' ' |