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 | |
parent | Merge https://github.com/git-l10n/git-po (diff) | |
download | tgif-5800c63717ae35286a1441f14ffff753e01f7e2b.tar.xz |
Git 2.14-rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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=' ' |