diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-13 00:45:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-13 00:45:05 +0100 |
commit | e923eaeb901ff056421b9007adcbbce271caa7b6 (patch) | |
tree | e547efeb37695aaa9b17783d82612fc5e08c0021 /GIT-VERSION-GEN | |
parent | Merge branch 'maint' (diff) | |
download | git-e923eaeb901ff056421b9007adcbbce271caa7b6.tar.xz git-e923eaeb901ff056421b9007adcbbce271caa7b6.zip |
Git 1.7.0v1.7.0
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 a7d8c63427..577e1fd20e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.6.GIT +DEF_VER=v1.7.0 LF=' ' |