diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-02 12:06:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-02 12:13:27 -0800 |
commit | cbcab75c54b5956dcaa4f24a4074bc99adc49629 (patch) | |
tree | e9d851dd8899741fbd10da9215887473f29cd1ee /GIT-VERSION-GEN | |
parent | add: introduce add.ignoreerrors synonym for add.ignore-errors (diff) | |
download | tgif-cbcab75c54b5956dcaa4f24a4074bc99adc49629.tar.xz |
Git 1.7.0.8
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 6a3f945636..4149fa9eb7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.0.7 +DEF_VER=v1.7.0.8 LF=' ' |