diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-01-12 15:20:51 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-12 15:20:51 -0800 |
commit | c9906e47c065940bfe1a9992da494a8f437a49ac (patch) | |
tree | 49f152498cfde082f3223e20338ca64517991cd7 /GIT-VERSION-GEN | |
parent | bdd1cc20929e9f7631dd29ff70426eea53f69443 (diff) | |
download | git-c9906e47c065940bfe1a9992da494a8f437a49ac.tar.gz |
First batch for post 2.7 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 51aa9e6806..5873f163e5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.0 +DEF_VER=v2.7.0.GIT LF=' ' |