diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-13 16:22:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-13 16:22:29 -0700 |
commit | f3da2b79be9565779e4f76dc5812c68e156afdf0 (patch) | |
tree | 99600f211128066dc1af259d8da080648e8d08a4 /GIT-VERSION-GEN | |
parent | 757e9874be785ef23980034b41c91c7d9db55661 (diff) | |
download | git-f3da2b79be9565779e4f76dc5812c68e156afdf0.tar.gz |
Git 2.14-rc0v2.14.0-rc0smap
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 4f94fc7574..8bdf5a367e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.GIT +DEF_VER=v2.14.0-rc0 LF=' ' |