aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-11-09 10:30:40 +0000
committerfanquake <fanquake@gmail.com>2022-11-09 10:30:40 +0000
commit1e4db14df9c3026ae1deb45e3f2112ed1f24eeaa (patch)
tree52eef3ed3e659a119124fc0712336c7a89120de1
parent2a5d9818ed17b51657cd6fdc1b42884f0a6e4579 (diff)
downloadbitcoin-1e4db14df9c3026ae1deb45e3f2112ed1f24eeaa.tar.xz
build: Bump version to 24.0rc4
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cb25eae213..1b91db7c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 3)
+define(_CLIENT_VERSION_RC, 4)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])