diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-04 12:44:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-04 12:44:55 -0700 |
commit | 85df69e47eda1421d86b9a1bcc6fbf26d94e351a (patch) | |
tree | 242152daa25f3f7b6232c3e27d4a3fb297c64002 /GIT-VERSION-GEN | |
parent | Git 2.14 (diff) | |
download | tgif-85df69e47eda1421d86b9a1bcc6fbf26d94e351a.tar.xz |
Start post 2.14 cycle
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 5d356b0fd7..75beb2e775 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.14.0 +DEF_VER=v2.14.GIT LF=' ' |