diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-06-07 18:39:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-07 18:39:21 +0200 |
commit | b697d92f56511e804b8ba20ccbe7bdc85dc66810 (patch) | |
tree | 6ad0201503e26458cfab159e162eda53315a0046 /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.22.0-rnd3' of git://github.com/git-l10n/git-po (diff) | |
download | git-b697d92f56511e804b8ba20ccbe7bdc85dc66810.tar.xz git-b697d92f56511e804b8ba20ccbe7bdc85dc66810.zip |
Git 2.22v2.22.0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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=' ' |