diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-27 12:09:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-27 12:09:04 -0700 |
commit | e839fe6c1206292aeb4518939b8f124ae5068619 (patch) | |
tree | 2183fd919d3fda490309f0de906167203da096f9 /GIT-VERSION-GEN | |
parent | 9f5df6fa670938a505a64edf1b779b1326311481 (diff) | |
download | git-e839fe6c1206292aeb4518939b8f124ae5068619.tar.gz |
Start 1.7.6 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 68691b3c12..7f48227494 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5 +DEF_VER=v1.7.5.GIT LF=' ' |