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 | Git 1.7.0.8 (diff) | |
parent | Git 1.6.6.3 (diff) | |
download | tgif-cb198b3b67feb2c0a6f22199ec14fa48d18ac1ce.tar.xz |
Git 1.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=' ' |