diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:19:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-03 11:19:36 -0700 |
commit | eb67052b132cc6ebfeed78fc74d2e4ef40390e7f (patch) | |
tree | b1bfc6fcc859bd021f882543c06d667670e36685 /GIT-VERSION-GEN | |
parent | Merge branch 'es/doc-clean-outdated-tools' (diff) | |
download | tgif-eb67052b132cc6ebfeed78fc74d2e4ef40390e7f.tar.xz |
First batch for 2.6
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 cd96820162..fd6c6890b0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.0 +DEF_VER=v2.5.0.GIT LF=' ' |