diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-26 19:23:15 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-26 19:23:15 +0200 |
commit | d0f1ea6003d97e63110fa7d50bb07f546a909b6e (patch) | |
tree | 1a465b319e742349a26a460f32988b70b06cc276 /GIT-VERSION-GEN | |
parent | Sync with 1.7.8.6 (diff) | |
download | git-d0f1ea6003d97e63110fa7d50bb07f546a909b6e.tar.xz git-d0f1ea6003d97e63110fa7d50bb07f546a909b6e.zip |
Git 1.7.9.7v1.7.9.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 ba8c50302f..5b54635301 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.9.6 +DEF_VER=v1.7.9.7 LF=' ' |