diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:54:04 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-11 14:54:04 +0900 |
commit | 111ef79afe185f8731920569450f6a65320f5d5f (patch) | |
tree | e75813a7c99faadd452bc630bc45f0f0ecec6c57 /GIT-VERSION-GEN | |
parent | Merge branch 'ls/filter-process-delayed' (diff) | |
download | tgif-111ef79afe185f8731920569450f6a65320f5d5f.tar.xz |
Git 2.15-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 ab04c977be..0e88e23653 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.0-rc0 +DEF_VER=v2.15.0-rc1 LF=' ' |