diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-07-30 13:09:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-30 13:16:51 -0700 |
commit | 0e4c8822e98e27c3c63125570c8bcbf0a8fd34da (patch) | |
tree | 65c57c73c1a4862f625af5a6daf8f7506fccf22e /GIT-VERSION-GEN | |
parent | f17adbce64efe49dcbdd3b7d14dc8b3621b5e193 (diff) | |
download | git-0e4c8822e98e27c3c63125570c8bcbf0a8fd34da.tar.gz |
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=' ' |