diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-01-25 16:30:13 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-25 17:09:35 -0800 |
commit | c42b1ad944413ac8978f166dbb98bcd4716ef551 (patch) | |
tree | f11a9705e238ec1200b1187c5b9b299952d7ed33 /GIT-VERSION-GEN | |
parent | Ignore test-ctype (diff) | |
parent | GIT 1.6.1.1 (diff) | |
download | tgif-c42b1ad944413ac8978f166dbb98bcd4716ef551.tar.xz |
Sync with 1.6.1.1
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 6c7465c758..9c9fe640fb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.0.2.GIT +DEF_VER=v1.6.1.GIT LF=' ' |