diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:38:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:38:19 -0800 |
commit | cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce (patch) | |
tree | 3341dae79e32eea15c9d2bf0b2699bda3588a1a3 /GIT-VERSION-GEN | |
parent | cbcab75c54b5956dcaa4f24a4074bc99adc49629 (diff) | |
parent | abf411e28d9df669b0e690578a1eb95c0bd29847 (diff) | |
download | git-cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce.tar.gz |
Git 1.7.0.9v1.7.0.9
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 4149fa9eb7..c07c5959bb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.8 +DEF_VER=v1.7.0.9 LF=' ' |