diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-01-20 12:44:59 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-20 12:44:59 -0800 |
commit | 35eabd1579726d594e84fc8328a5c87693dd065a (patch) | |
tree | fdbf50f8f6d469137e29c92c1452f36190e23bf4 /GIT-VERSION-GEN | |
parent | 806e5c8682c8621b19529c21899dcb14a1035d11 (diff) | |
download | git-35eabd1579726d594e84fc8328a5c87693dd065a.tar.gz |
Git 1.6.5.8v1.6.5.8
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 e918ffe326..52b058a586 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.5.7 +DEF_VER=v1.6.5.8 LF=' ' |