diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-04-02 13:07:58 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-02 13:07:58 -0700 |
commit | cb2ed324fc917db0b79d7b1f3756575ffa5f70d5 (patch) | |
tree | daab0be3c734e90a06ff182b0836d990ed750834 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/maint-merge-autoedit' into maint (diff) | |
download | tgif-cb2ed324fc917db0b79d7b1f3756575ffa5f70d5.tar.xz |
Git 1.7.9.6
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 0a5135c05d..ba8c50302f 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.9.5 +DEF_VER=v1.7.9.6 LF=' ' |