diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-04 09:31:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-04 09:31:12 -0700 |
commit | 4384e3cde2ce8ecd194202e171ae16333d241326 (patch) | |
tree | 142feb985388972de41ba56af8bc066f1e22ccf9 /GIT-VERSION-GEN | |
parent | 62ebe03b9e8d5a6a37ea2b726d64b109aec0508c (diff) | |
download | git-4384e3cde2ce8ecd194202e171ae16333d241326.tar.gz |
Git 2.14v2.14.0
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 96c688bd21..5d356b0fd7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.14.0-rc1 +DEF_VER=v2.14.0 LF=' ' |