]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Set version to 3.22.0-RC2
authorMark Wielaard <mark@klomp.org>
Thu, 26 Oct 2023 12:33:16 +0000 (14:33 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 26 Oct 2023 12:33:16 +0000 (14:33 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 5a388464e26b6ff8988e39a14167d1da64786775..33da44e6361c1a53eb086b7af8a868c030755a7b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -98,6 +98,7 @@ To see details of a given bug, visit
 where XXXXXX is the bug number as listed above.
 
 (3.22.0.RC1: 17 Oct 2023)
+(3.22.0.RC2: 26 Oct 2023)
 
 Release 3.21.0 (28 Apr 2023)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 0ed8cf27fcb63efd895922a40b9af51df7a7ea09..ed7ffb94d4726e24aa0943763350e72de2b0ab7d 100755 (executable)
@@ -17,8 +17,8 @@
 m4_define([v_major_ver], [3])
 m4_define([v_minor_ver], [22])
 m4_define([v_micro_ver], [0])
-m4_define([v_suffix_ver], [RC1])
-m4_define([v_rel_date], ["17 Oct 2023"])
+m4_define([v_suffix_ver], [RC2])
+m4_define([v_rel_date], ["26 Oct 2023"])
 m4_define([v_version],
          m4_if(v_suffix_ver, [],
                [v_major_ver.v_minor_ver.v_micro_ver],