diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-27 14:04:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-27 14:04:24 -0800 |
commit | 3bc53220cb2dcf709f7a027a3f526befd021d858 (patch) | |
tree | 5654dad720d5b0a8177537390575cd6171c5fc50 /GIT-VERSION-GEN | |
parent | 3e5c63943d35be1804d302c0393affc4916c3dc3 (diff) | |
download | git-3bc53220cb2dcf709f7a027a3f526befd021d858.tar.gz |
First batch after 2.12
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 6a208e92bf..817d1cf7ef 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.12.0 +DEF_VER=v2.12.GIT LF=' ' |