diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-05-16 11:52:09 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-16 11:52:15 +0900 |
commit | 10c78a162fa821ee85203165b805ff46be454091 (patch) | |
tree | e2293423fd5a759b3734860c6fab8d730827600a /GIT-VERSION-GEN | |
parent | b15667bbdc5ab7732caac977068f5d1cf083115e (diff) | |
download | git-10c78a162fa821ee85203165b805ff46be454091.tar.gz |
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=' ' |