diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-05-11 11:25:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-11 11:25:28 -0700 |
commit | b6555d731e0828c356247a7836bdbd6e31c7a639 (patch) | |
tree | dd3824ad59c6aaa299e6fc097188b4849d033269 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/diff-algo-cleanup' into maint (diff) | |
download | tgif-b6555d731e0828c356247a7836bdbd6e31c7a639.tar.xz |
Git 1.7.10.2
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 692222afb3..1df7b0ff66 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10.1 +DEF_VER=v1.7.10.2 LF=' ' |