diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:56:07 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-02-07 11:56:07 -0800 |
commit | 6a7071958620dadcce84e4faaa470407ae3d4108 (patch) | |
tree | be036140da0ad374fed844b526a539dc47e00a8b | |
parent | Merge branch 'ow/manpages-typofix' (diff) | |
download | tgif-6a7071958620dadcce84e4faaa470407ae3d4108.tar.xz |
Git 1.9.0-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 38b939b636..79058e5a37 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9-rc2 +DEF_VER=v1.9.0-rc3 LF=' ' |