diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-06-02 12:51:09 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-02 12:51:09 +0900 |
commit | c09b6306c6ca275ed9d0348a8c8014b2ff723cfb (patch) | |
tree | bf27c437fa92658b755d94d0964894ffe98a5cbe /GIT-VERSION-GEN | |
parent | 0b18023d000ed8c0851a025fcd4fd518cb2df673 (diff) | |
download | git-c09b6306c6ca275ed9d0348a8c8014b2ff723cfb.tar.gz |
Git 2.32-rc3v2.32.0-rc3
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 6fcb8fdf3b..c0942f12a3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.32.0-rc2 +DEF_VER=v2.32.0-rc3 LF=' ' |