diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:46:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:57:19 -0800 |
commit | 685e9d9145a186a4b2036ecf2be73cc86d99a9b7 (patch) | |
tree | 74ae18961a569c39c6f867ece88a7455de71cf3e /GIT-VERSION-GEN | |
parent | 8594495cd65f0a05ef2ce5a0225d663d89ccc6c3 (diff) | |
download | git-685e9d9145a186a4b2036ecf2be73cc86d99a9b7.tar.gz |
Git 1.7.4-rc1v1.7.4-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 2b5133a27a..c29b944478 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.4-rc0 +DEF_VER=v1.7.4-rc1 LF=' ' |