diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-29 00:12:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-29 00:12:52 -0800 |
commit | b296e8fce6de6a40a41b5168dfbe735d11255256 (patch) | |
tree | eb945100638974b0caf96b1335f5da597f11dcf1 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/maint-format-patch-o-relative' into maint (diff) | |
download | tgif-b296e8fce6de6a40a41b5168dfbe735d11255256.tar.xz |
GIT 1.6.1.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 fe496e5fca..3697edc72e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.1.1.GIT +DEF_VER=v1.6.1.2.GIT LF=' ' |