diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-10-05 13:49:07 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-10-05 13:49:07 +0900 |
commit | 217f2767cbcb562872437eed4dec62e00846d90c (patch) | |
tree | 68f431b2ca16880aebe1591e70e74f320ef9244e /GIT-VERSION-GEN | |
parent | af663995105557d4cf9f1d9b2b28af9c02a20cd6 (diff) | |
download | git-217f2767cbcb562872437eed4dec62e00846d90c.tar.gz |
Git 2.15-rc0v2.15.0-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 75beb2e775..ab04c977be 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.14.GIT +DEF_VER=v2.15.0-rc0 LF=' ' |