diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-08 14:07:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-08 14:12:45 -0800 |
commit | bdfc6b364a51b19efbacbd46fcef5be41a5db50e (patch) | |
tree | 81aa47cde878c0e27f5217f15482383b84040f7c /GIT-VERSION-GEN | |
parent | Merge branch 'rs/status-detached-head-memcmp' into maint (diff) | |
download | tgif-bdfc6b364a51b19efbacbd46fcef5be41a5db50e.tar.xz |
Git 2.6.4
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 abfdd9cb1d..f2a001f6c0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.3 +DEF_VER=v2.6.4 LF=' ' |