diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:45:05 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-12 15:45:05 -0800 |
commit | e923eaeb901ff056421b9007adcbbce271caa7b6 (patch) | |
tree | e547efeb37695aaa9b17783d82612fc5e08c0021 /GIT-VERSION-GEN | |
parent | ca5812d2e3c72b09008422975740aff41a2c65a0 (diff) | |
download | git-e923eaeb901ff056421b9007adcbbce271caa7b6.tar.gz |
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=' ' |