diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-05 12:58:10 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-05 13:20:21 -0700 |
commit | 24a00ef646974be49ef7138239c3803805400797 (patch) | |
tree | 42e84aa740b357d765c397e15f1c8403e404c3c0 /GIT-VERSION-GEN | |
parent | Sync with 2.6.1 (diff) | |
download | tgif-24a00ef646974be49ef7138239c3803805400797.tar.xz |
Start cycle toward 2.7
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 97f58d1dbb..94e40c4000 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.0 +DEF_VER=v2.6.0.GIT LF=' ' |