diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-06 17:13:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-06 18:16:40 -0700 |
commit | f01f1099f40f24fe6f7802185340a6fa3a3d4f35 (patch) | |
tree | e77f8d73a6a39a399d96411baa1e02c59a1664f0 /GIT-VERSION-GEN | |
parent | c5ae7cb6d94f37deedd5dcf92a6608ca7d3ce081 (diff) | |
download | git-f01f1099f40f24fe6f7802185340a6fa3a3d4f35.tar.gz |
GIT 1.6.3v1.6.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 97fc1e0519..39cde784c9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.2.GIT +DEF_VER=v1.6.3.GIT LF=' ' |