diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-01-04 14:06:00 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-01-04 14:06:00 -0800 |
commit | 833e48259e23aea76f3765d28d1b2200332301f7 (patch) | |
tree | 83823e5eb365e058c5ded6ed5ccb1aabd5a47a16 /GIT-VERSION-GEN | |
parent | e3073cf895f335c6544d17b143c6e272436d149f (diff) | |
download | git-833e48259e23aea76f3765d28d1b2200332301f7.tar.gz git-833e48259e23aea76f3765d28d1b2200332301f7.tar.xz |
Git 2.6.5v2.6.5
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 f2a001f6c..7ed482057 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.4 +DEF_VER=v2.6.5 LF=' ' |