diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-23 15:02:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-23 15:02:48 -0700 |
commit | 3a0f269e7c82aa3a87323cb7ae04ac5f129f036b (patch) | |
tree | 486c4bfa895e97678b2fb1e74145c971c3cdef3b /GIT-VERSION-GEN | |
parent | Merge branch 'svn-travis' of git://bogomips.org/git-svn (diff) | |
download | tgif-3a0f269e7c82aa3a87323cb7ae04ac5f129f036b.tar.xz |
Git 2.9-rc0
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 655b49011f..e3d0bed2a9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0.GIT +DEF_VER=v2.9.0-rc0 LF=' ' |