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 | d6716c026666319824096401cd448b3694732d26 (diff) | |
parent | 5c415311f743ccb11a50f350ff1c385778f049d6 (diff) | |
download | git-c42b1ad944413ac8978f166dbb98bcd4716ef551.tar.gz |
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=' ' |