diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-09-27 11:25:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-09-27 11:25:52 -0700 |
commit | bcd6bc478adc4951d57ec597c44b12ee74bc88fb (patch) | |
tree | 6a9975c625c6740b00d6dc32c3a31f4476aa12c3 /GIT-VERSION-GEN | |
parent | 2a7d63a2453e2c30353342a2c9385fa22a846987 (diff) | |
download | git-bcd6bc478adc4951d57ec597c44b12ee74bc88fb.tar.gz |
Git 2.38-rc2v2.38.0-rc2
We have small updates since -rc1 but none of them is about a new
thing and there is no updates to the release notes.
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 a6d1044e8d..8fdc6a5bf2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.38.0-rc1 +DEF_VER=v2.38.0-rc2 LF=' ' |