diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-15 09:47:11 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-15 09:47:11 -0800 |
commit | f900c8326a43303685c46b279b9f70411bff1a4b (patch) | |
tree | 7a4381dcf7a4042d49e6b526dcedf1893994f8ca /GIT-VERSION-GEN | |
parent | Sync with maint (diff) | |
download | tgif-f900c8326a43303685c46b279b9f70411bff1a4b.tar.xz |
Git 2.7-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 29c43c21e1..4478007b01 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.0-rc0 +DEF_VER=v2.7.0-rc1 LF=' ' |