diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-06 12:41:39 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-06 12:41:39 -0800 |
commit | 5f4d133fca7eb3cb750f056a6fd0281ba06cd12f (patch) | |
tree | fc7ac5ecd696f678852812ac8b249228dee06703 /GIT-VERSION-GEN | |
parent | Merge branch 'jn/maint-gitweb-utf8-fix' into maint (diff) | |
download | tgif-5f4d133fca7eb3cb750f056a6fd0281ba06cd12f.tar.xz |
Git 1.7.8.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 36ae50b8f9..3d2a089add 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8.2 +DEF_VER=v1.7.8.3 LF=' ' |