diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-25 18:37:56 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-25 18:37:56 -0700 |
commit | 6c0efa2ac07f275c1edd11ae6646a647d7f19f36 (patch) | |
tree | 21aeabd08458ff53f6976396897c798ad42088de /GIT-VERSION-GEN | |
parent | 47a876a088d2611d5295b0779bd9cf2465848ecd (diff) | |
download | git-6c0efa2ac07f275c1edd11ae6646a647d7f19f36.tar.gz |
GIT 1.6.5.2v1.6.5.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 d11e43cf31..09cb354ca0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.5.1 +DEF_VER=v1.6.5.2 LF=' ' |