diff options
author | 2009-12-26 14:11:46 -0800 | |
---|---|---|
committer | 2009-12-26 14:11:46 -0800 | |
commit | 68b890a8d5aab897f392928105596de85cc9135e (patch) | |
tree | c8928b95c5dbd29696c836b077b41e0e0888ff09 /GIT-VERSION-GEN | |
parent | Merge branch 'gb/1.7.0-diff-whitespace-only-output' (diff) | |
download | tgif-68b890a8d5aab897f392928105596de85cc9135e.tar.xz |
Kick off 1.7.0 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 1628d986fe..a7d8c63427 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6 +DEF_VER=v1.6.6.GIT LF=' ' |