diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:40:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-10-16 14:40:05 -0700 |
commit | 3c3d3f629a6176b401ebec455c5dd59ed1b5f910 (patch) | |
tree | 215b877cb11597f586495d6032db6f101c98cb6f /GIT-VERSION-GEN | |
parent | Merge branch 'cc/quote-comments' into maint (diff) | |
download | tgif-3c3d3f629a6176b401ebec455c5dd59ed1b5f910.tar.xz |
Git 2.6.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 e1aba8533f..787670926a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.1 +DEF_VER=v2.6.2 LF=' ' |