aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-11 13:54:35 +0100
committerfanquake <fanquake@gmail.com>2023-05-11 14:24:19 +0100
commitabb9fa0c81107b4db792ee10b93aed618a42684e (patch)
tree60ecb3a5c7a884ad9decad2723c148ceeb0a81e0
parent128da6e41fc2acc5bd1f4e2bddf2953f2fa62a68 (diff)
downloadbitcoin-abb9fa0c81107b4db792ee10b93aed618a42684e.tar.xz
build: bump version to v24.1rc3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3f948d0479..8afbca3da1 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, 2)
+define(_CLIENT_VERSION_RC, 3)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])