diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-01-27 11:01:35 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-27 11:01:35 -0800 |
commit | bd3e186d811a13d8687584856f345a767e3e4d67 (patch) | |
tree | 87b8781869c58d536d5ebbddb2a8507515470f49 /GIT-VERSION-GEN | |
parent | Merge branch 'as/tree-walk-fix-aggressive-short-cut' (diff) | |
download | tgif-bd3e186d811a13d8687584856f345a767e3e4d67.tar.xz |
Git 1.9-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 e66a5abb0b..35031650f2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9-rc0 +DEF_VER=v1.9-rc1 LF=' ' |