diff options
author | 2017-05-16 11:52:09 +0900 | |
---|---|---|
committer | 2017-05-16 11:52:15 +0900 | |
commit | 10c78a162fa821ee85203165b805ff46be454091 (patch) | |
tree | e2293423fd5a759b3734860c6fab8d730827600a /GIT-VERSION-GEN | |
parent | Merge branch 'js/larger-timestamps' (diff) | |
download | tgif-10c78a162fa821ee85203165b805ff46be454091.tar.xz |
Start post 2.13 cycle
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 afcf9e9abf..4f94fc7574 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.0 +DEF_VER=v2.13.GIT LF=' ' |