diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-06-06 15:40:01 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-06 15:40:01 +0900 |
commit | ebf3c04b262aa27fbb97f8a0156c2347fecafafb (patch) | |
tree | e357e9abc3cafd36e289e1952807e7688dc20240 /GIT-VERSION-GEN | |
parent | Merge tag 'l10n-2.32.0-rnd1.1' of git://github.com/git-l10n/git-po (diff) | |
download | tgif-ebf3c04b262aa27fbb97f8a0156c2347fecafafb.tar.xz |
Git 2.32
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 c0942f12a3..9c125f298a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.32.0-rc3 +DEF_VER=v2.32.0 LF=' ' |