aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-11-15 09:56:30 +0000
committerfanquake <fanquake@gmail.com>2022-11-15 09:56:30 +0000
commit7c8e5e69d95477fa4277105a4cedc41fafa698b1 (patch)
treeabed952e54cb0d91dfe996af913989f6819503e3
parentdce93b2dd7a96398058cd7ef0044a3d48b608cba (diff)
downloadbitcoin-7c8e5e69d95477fa4277105a4cedc41fafa698b1.tar.xz
build: Bump version to 24.0 final
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1b91db7c8b..932a652ec2 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, 4)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])