diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-05-07 02:13:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-05-07 03:16:40 +0200 |
commit | f01f1099f40f24fe6f7802185340a6fa3a3d4f35 (patch) | |
tree | e77f8d73a6a39a399d96411baa1e02c59a1664f0 /GIT-VERSION-GEN | |
parent | t4029: use sh instead of bash (diff) | |
download | git-f01f1099f40f24fe6f7802185340a6fa3a3d4f35.tar.xz git-f01f1099f40f24fe6f7802185340a6fa3a3d4f35.zip |
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=' ' |