diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-15 23:58:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-16 01:13:35 -0700 |
commit | c7c84859ad586ae5670224e1abc4f846f7c3a9ae (patch) | |
tree | 0acb63387f65e0a9cbca527fdb431de22af21111 /GIT-VERSION-GEN | |
parent | 4c7100a9f438c281c18c800b450ea12045d22d62 (diff) | |
download | git-c7c84859ad586ae5670224e1abc4f846f7c3a9ae.tar.gz git-c7c84859ad586ae5670224e1abc4f846f7c3a9ae.tar.xz |
GIT 1.5.2.2v1.5.2.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 bd30398dd..3c3cd2f27 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.5.2.1.GIT +DEF_VER=v1.5.2.2.GIT LF=' ' |