diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-06-21 10:00:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-21 10:00:06 -0700 |
commit | 53f9a3e157dbbc901a02ac2c73346d375e24978c (patch) | |
tree | 691408489fb0028188472ddca75fc930c58c5f11 /GIT-VERSION-GEN | |
parent | Merge branch 'en/rename-directory-detection-reboot' (diff) | |
download | tgif-53f9a3e157dbbc901a02ac2c73346d375e24978c.tar.xz |
Git 2.18
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 49fc15e1c1..ed9d9e43a9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.18.0-rc2 +DEF_VER=v2.18.0 LF=' ' |