diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-04 13:48:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-04 13:48:55 -0800 |
commit | ab5d01a29eb7380ceab070f0807c2939849c44bc (patch) | |
tree | 9cefe578b95073aaeca6d377b2927a291110a93c /GIT-VERSION-GEN | |
parent | Merge branch 'nd/clear-gitenv-upon-use-of-alias' (diff) | |
download | tgif-ab5d01a29eb7380ceab070f0807c2939849c44bc.tar.xz |
Git 2.8-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 b872b6e7d6..61c424056a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0-rc0 +DEF_VER=v2.8.0-rc1 LF=' ' |