diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:46:42 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:46:42 +0900 |
commit | aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6 (patch) | |
tree | a830f927ccaf7164b03602729cc7078c79d5bbf2 /GIT-VERSION-GEN | |
parent | fab4a8a39666793d407371f519e8b6d25d33fa84 (diff) | |
download | git-aa25c82427ae70aebf3b8f970f2afd54e9a2a8c6.tar.gz |
Git 2.22-rc1v2.22.0-rc1
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 8a5009caf9..777a79e2b9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.0-rc0 +DEF_VER=v2.22.0-rc1 LF=' ' |