diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-30 22:09:25 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-30 22:16:51 +0200 |
commit | 0e4c8822e98e27c3c63125570c8bcbf0a8fd34da (patch) | |
tree | 65c57c73c1a4862f625af5a6daf8f7506fccf22e /GIT-VERSION-GEN | |
parent | Merge branch 'jk/maint-commit-document-editmsg' into maint (diff) | |
download | git-0e4c8822e98e27c3c63125570c8bcbf0a8fd34da.tar.xz git-0e4c8822e98e27c3c63125570c8bcbf0a8fd34da.zip |
Git 1.7.11.4v1.7.11.4
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 9f0d5507f2..a9dea5c023 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11.3 +DEF_VER=v1.7.11.4 LF=' ' |