diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-15 22:39:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-15 22:39:53 +0200 |
commit | cd7c0be19f49efe77a8b0690ab92d2eb1cff1778 (patch) | |
tree | d9469fca39b68bd693237017267b301a5c4e2770 /GIT-VERSION-GEN | |
parent | Merge branch 'rj/maint-grep-remove-redundant-test' into maint (diff) | |
download | git-cd7c0be19f49efe77a8b0690ab92d2eb1cff1778.tar.xz git-cd7c0be19f49efe77a8b0690ab92d2eb1cff1778.zip |
Git 1.7.11.5v1.7.11.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 a9dea5c023..bab4056445 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11.4 +DEF_VER=v1.7.11.5 LF=' ' |