diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-06-07 09:39:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-07 09:39:21 -0700 |
commit | b697d92f56511e804b8ba20ccbe7bdc85dc66810 (patch) | |
tree | 6ad0201503e26458cfab159e162eda53315a0046 /GIT-VERSION-GEN | |
parent | 6ee1eaca3e996e69691f515742129645f453e0e8 (diff) | |
download | git-b697d92f56511e804b8ba20ccbe7bdc85dc66810.tar.gz |
Git 2.22v2.22.0
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 3491a60af5..67f86b3e67 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.22.0-rc3 +DEF_VER=v2.22.0 LF=' ' |