From ae3196a5ea84a9e88991d576020cf66512487088 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 19 Apr 2024 09:11:41 -0700 Subject: Git 2.45-rc0 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.45.0.txt | 2 ++ GIT-VERSION-GEN | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt index f0267cb92c..0570dcd877 100644 --- a/Documentation/RelNotes/2.45.0.txt +++ b/Documentation/RelNotes/2.45.0.txt @@ -430,3 +430,5 @@ Fixes since v2.44 (merge 39bb692152 rs/imap-send-use-xsnprintf later to maint). (merge 8d320cec60 jc/t2104-style-fixes later to maint). (merge b4454d5a7b pw/t3428-cleanup later to maint). + (merge 84a7c33a4b pf/commitish-committish later to maint). + (merge 8882ee9d68 la/mailmap-entry later to maint). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index df788c764b..dabd2b5b89 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.44.GIT +DEF_VER=v2.45.0-rc0 LF=' ' -- cgit 1.2.3-korg