diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-31 14:07:08 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-31 14:12:15 -0700 |
commit | 60bd4b1c513bb652cdffad44382046ca872140eb (patch) | |
tree | 244c35885eef993dcd8f0378667eaa7c45952258 /GIT-VERSION-GEN | |
parent | 257f6f404bbb90512262dbb6f7f873a61bf381dc (diff) | |
download | git-60bd4b1c513bb652cdffad44382046ca872140eb.tar.gz |
Git 2.9-rc1v2.9.0-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 e3d0bed2a9..98f2300d36 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.9.0-rc0 +DEF_VER=v2.9.0-rc1 LF=' ' |