diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-22 14:49:24 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-22 14:49:24 +0900 |
commit | 42e6fde5c28150206956ea4be490d886c4ecbd68 (patch) | |
tree | e64d4aabcdd1383a9ff9a719f1cf2b0bc337b492 /GIT-VERSION-GEN | |
parent | Sync with 2.12.5 (diff) | |
download | tgif-42e6fde5c28150206956ea4be490d886c4ecbd68.tar.xz |
Git 2.13.6
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 f3d4649a90..3db6830bed 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.5 +DEF_VER=v2.13.6 LF=' ' |