diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-24 14:50:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-24 14:50:35 -0700 |
commit | 5800c63717ae35286a1441f14ffff753e01f7e2b (patch) | |
tree | 47d109315ab006388a72b91fe9efed19c83ea968 /GIT-VERSION-GEN | |
parent | 9e3958e86d3c298e44f9b1519579698cf1e125b9 (diff) | |
download | git-5800c63717ae35286a1441f14ffff753e01f7e2b.tar.gz |
Git 2.14-rc1v2.14.0-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 8bdf5a367e..96c688bd21 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.14.0-rc0 +DEF_VER=v2.14.0-rc1 LF=' ' |