diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-03 23:02:16 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-03 23:37:19 -0800 |
commit | a95148dea1d9546e96adef7c3cad11be80aa30f5 (patch) | |
tree | 060ccbc94698a0b73af1816dc8df44f9af18ee05 /GIT-VERSION-GEN | |
parent | a1070d4cbbf1002cc0b01afc3de06382deb0511a (diff) | |
download | git-a95148dea1d9546e96adef7c3cad11be80aa30f5.tar.gz |
GIT 1.6.2v1.6.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 0baa79d798..97fc1e0519 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.2-rc2.GIT +DEF_VER=v1.6.2.GIT LF=' ' |