diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:40:13 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-13 23:50:35 +0900 |
commit | ab15ad1a3b4b04a29415aef8c9afa2f64fc194a2 (patch) | |
tree | f32dcb739e770f0d389a55037c7da73a1a8502e5 /GIT-VERSION-GEN | |
parent | Merge branch 'jh/trace2' (diff) | |
download | tgif-ab15ad1a3b4b04a29415aef8c9afa2f64fc194a2.tar.xz |
Git 2.22-rc0
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 3fc4065da2..8a5009caf9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.21.GIT +DEF_VER=v2.22.0-rc0 LF=' ' |