diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-22 22:07:40 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-22 22:07:40 +0200 |
commit | e6dfbcf12b0e70897818cb36903de0625931a5c6 (patch) | |
tree | 9fea14a347106d8684e58332663f015d03e43364 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/push-delete-ref-error-message' into maint (diff) | |
download | git-e6dfbcf12b0e70897818cb36903de0625931a5c6.tar.xz git-e6dfbcf12b0e70897818cb36903de0625931a5c6.zip |
Git 1.7.11.3v1.7.11.3
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 078282163d..9f0d5507f2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11.2 +DEF_VER=v1.7.11.3 LF=' ' |