diff options
author | 2019-03-07 11:59:54 +0900 | |
---|---|---|
committer | 2019-03-07 11:59:54 +0900 | |
commit | 6e0cc6776106079ed4efa0cc9abace4107657abf (patch) | |
tree | 2fc4b15a9c620367706adb24b4016ab68c11ce39 /GIT-VERSION-GEN | |
parent | Merge branch 'jt/http-auth-proto-v2-fix' (diff) | |
download | tgif-6e0cc6776106079ed4efa0cc9abace4107657abf.tar.xz |
Start 2.22 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 13f835f9cd..3fc4065da2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.21.0 +DEF_VER=v2.21.GIT LF=' ' |