aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-18 15:31:44 +0100
committerfanquake <fanquake@gmail.com>2023-04-18 15:31:44 +0100
commit4451e899881f2ae6b46c13ff87618d45a6fa982f (patch)
treefb77084780e41ab8c545dadebf135dab90fd3e89
parent15a24781d01847d3acb77607148eae1c05cd5d4f (diff)
downloadbitcoin-4451e899881f2ae6b46c13ff87618d45a6fa982f.tar.xz
build: bump version to v24.1rc2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0d27c8e998..3f948d0479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])