diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-31 14:16:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-31 14:16:06 -0800 |
commit | be961c292f1d36097afa1690df68cf90f655c855 (patch) | |
tree | c3e5e79b53a78323b450883a1f82825d3882a870 /GIT-VERSION-GEN | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-be961c292f1d36097afa1690df68cf90f655c855.tar.xz |
Git 1.9-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 35031650f2..38b939b636 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9-rc1 +DEF_VER=v1.9-rc2 LF=' ' |