diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:18:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-11 11:18:48 -0700 |
commit | e09e4024a070e666ed40b66442e8151b91d623e4 (patch) | |
tree | 59db1624b52fa3b07075785a9d460a169c4ea379 /GIT-VERSION-GEN | |
parent | 23242a6f9e838013fbfddd4e8eb023d8c9328d37 (diff) | |
download | git-e09e4024a070e666ed40b66442e8151b91d623e4.tar.gz git-e09e4024a070e666ed40b66442e8151b91d623e4.tar.xz |
Git 1.7.11.6v1.7.11.6
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 bab405644..754b94e0d 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11.5 +DEF_VER=v1.7.11.6 LF=' ' |