diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-12-13 21:30:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-13 21:32:30 -0800 |
commit | 15b7898c5e9fc6fed9a6064213cfcd08cf7d7314 (patch) | |
tree | ea0388716424f67ef078f63b68b39dcfd53ce868 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6 (diff) | |
download | tgif-15b7898c5e9fc6fed9a6064213cfcd08cf7d7314.tar.xz |
Git 1.7.6.5
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 b42c77c392..0595495446 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.6.4 +DEF_VER=v1.7.6.5 LF=' ' |