From: Mark W. <ma...@so...> - 2024-10-27 23:36:32
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=1ad4fbf86a8771358bd6f413e5b04af07d45cbcb commit 1ad4fbf86a8771358bd6f413e5b04af07d45cbcb Author: Mark Wielaard <ma...@kl...> Date: Mon Oct 28 00:13:19 2024 +0100 Set version to 3.24.0-RC1 Also update vg-lifespan which is used for documentation copyright years. Diff: --- NEWS | 4 ++-- configure.ac | 4 ++-- docs/xml/vg-entities.xml.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index acefe24188..74679b34ca 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Release 3.24.0 (?? Oct 2024) +Release 3.24.0.RC1 (27 Oct 2024) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This release supports X86/Linux, AMD64/Linux, ARM32/Linux, ARM64/Linux, @@ -90,7 +90,7 @@ To see details of a given bug, visit https://bugs.kde.org/show_bug.cgi?id=XXXXXX where XXXXXX is the bug number as listed above. -(3.24.0.RC1: ?? Oct 2024) +(3.24.0.RC1: 27 Oct 2024) Release 3.23.0 (26 Apr 2024) diff --git a/configure.ac b/configure.ac index 23e4901060..9670d02b88 100755 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ m4_define([v_major_ver], [3]) m4_define([v_minor_ver], [24]) m4_define([v_micro_ver], [0]) -m4_define([v_suffix_ver], [GIT]) -m4_define([v_rel_date], ["?? Oct 2024"]) +m4_define([v_suffix_ver], [RC1]) +m4_define([v_rel_date], ["27 Oct 2024"]) m4_define([v_version], m4_if(v_suffix_ver, [], [v_major_ver.v_minor_ver.v_micro_ver], diff --git a/docs/xml/vg-entities.xml.in b/docs/xml/vg-entities.xml.in index 0d2a4313c3..2feaeec2f2 100644 --- a/docs/xml/vg-entities.xml.in +++ b/docs/xml/vg-entities.xml.in @@ -2,7 +2,7 @@ <!ENTITY vg-jemail "ju...@va..."> <!ENTITY vg-vemail "val...@va..."> <!ENTITY cl-email "Jos...@gm..."> -<!ENTITY vg-lifespan "2000-2022"> +<!ENTITY vg-lifespan "2000-2024"> <!-- valgrind release + version stuff --> <!ENTITY rel-type "Release"> |