diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-05-28 13:05:29 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-05-28 13:05:29 +0900 |
commit | 4e42405f00ecbbee412846f48cb0253efeebe726 (patch) | |
tree | 42cb085d2c50c4632e4746ce4176fe8384ac30ad | |
parent | Merge branch 'en/dir-traversal' (diff) | |
download | tgif-4e42405f00ecbbee412846f48cb0253efeebe726.tar.xz |
Git 2.32-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 8862d57489..6fcb8fdf3b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.32.0-rc1 +DEF_VER=v2.32.0-rc2 LF=' ' |