diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-30 21:51:57 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-30 21:51:57 +0900 |
commit | 12039e008f9a4e3394f3f94f8ea897785cb09448 (patch) | |
tree | fe50643d44b0ec786b099c176e7c67441e96d142 /GIT-VERSION-GEN | |
parent | Merge branch 'bw/remote-curl-compressed-responses' (diff) | |
download | tgif-12039e008f9a4e3394f3f94f8ea897785cb09448.tar.xz |
Git 2.18-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 12ff59c2c7..bdd758e409 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.GIT +DEF_VER=v2.18.0-rc0 LF=' ' |