diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-11-13 12:59:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-13 12:59:31 -0800 |
commit | 03973056a08d1694cf1c819eb2e8b9557650f70e (patch) | |
tree | 441958f0348d3325ca9e6c3728006813cef4b630 /GIT-VERSION-GEN | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-03973056a08d1694cf1c819eb2e8b9557650f70e.tar.xz |
Git 1.8.5-rc2
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 366705cbe5..060afdd93b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.5-rc1 +DEF_VER=v1.8.5-rc2 LF=' ' |