diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-08-15 13:39:53 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-08-15 13:39:53 -0700 |
commit | cd7c0be19f49efe77a8b0690ab92d2eb1cff1778 (patch) | |
tree | d9469fca39b68bd693237017267b301a5c4e2770 /GIT-VERSION-GEN | |
parent | d7d3b56bb15256af63a61c6f00e367eba36a647a (diff) | |
download | git-cd7c0be19f49efe77a8b0690ab92d2eb1cff1778.tar.gz git-cd7c0be19f49efe77a8b0690ab92d2eb1cff1778.tar.xz |
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 a9dea5c02..bab405644 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=' ' |