diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-10-08 11:45:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-10-08 11:45:41 -0700 |
commit | 4c6c949c7da91cdef7b6ce5a25bf7f0584d80e8a (patch) | |
tree | 696d34039ef43f3df0490683987ca227889d9712 /GIT-VERSION-GEN | |
parent | d519e4594c17ea30e33432dd712d2d0887aaf8c7 (diff) | |
download | git-4c6c949c7da91cdef7b6ce5a25bf7f0584d80e8a.tar.gz |
Git 1.8.0-rc1v1.8.0-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 7f71eefd43..88e4c216d3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.0-rc0 +DEF_VER=v1.8.0-rc1 LF=' ' |