diff options
author | Junio C Hamano <gitster@pobox.com> | 2023-03-01 17:13:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-03-01 17:13:35 +0100 |
commit | ef7d4f53c2fd9e8186d093dea6d45a91ce57110e (patch) | |
tree | cbddf1d920c630274a7e4a6550c072132c710637 /GIT-VERSION-GEN | |
parent | A bit more before 2.40-rc1 (diff) | |
download | git-ef7d4f53c2fd9e8186d093dea6d45a91ce57110e.tar.xz git-ef7d4f53c2fd9e8186d093dea6d45a91ce57110e.zip |
Git 2.40-rc1v2.40.0-rc1
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 dd62a3ea59..8708ad4533 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.40.0-rc0 +DEF_VER=v2.40.0-rc1 LF=' ' |