diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-30 19:14:24 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-30 19:14:24 -0700 |
commit | be3fa9125e708348c7baf04ebe9507a72a9d1800 (patch) | |
tree | 7ac00bf0faa312ccd3d930c3bfda4c84f45c1ad2 /GIT-VERSION-GEN | |
parent | 324bc2a7ee1cffbf959652a54f4d3d59a1173104 (diff) | |
download | git-be3fa9125e708348c7baf04ebe9507a72a9d1800.tar.gz |
Git 1.7.8-rc0v1.7.8-rc0
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 19a142adc2..56dc9d6683 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7.GIT +DEF_VER=v1.7.8-rc0 LF=' ' |