diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:27:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-15 11:27:41 -0800 |
commit | ec82874ad47627a44b6b22a6645551a214293711 (patch) | |
tree | 9b3c1121c7f4f69ea0966885f904f18a3e2f39bc /GIT-VERSION-GEN | |
parent | d8e3ac7e7264863544c95069024f1cbaedb5db3d (diff) | |
parent | 88fcc52e4468d5dfef4f50d2bdee4b168a855368 (diff) | |
download | git-ec82874ad47627a44b6b22a6645551a214293711.tar.gz |
Git 1.6.5.9v1.6.5.9
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 52b058a586..1d79f48296 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.5.8 +DEF_VER=v1.6.5.9 LF=' ' |