aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-15 10:17:53 +0100
committerfanquake <fanquake@gmail.com>2023-05-15 10:17:53 +0100
commit8af2d2f7628c15af20f566aa29abc228ed32f845 (patch)
tree7ac84792d28c3bf34f0a325bf5d8f4bde8aae2db
parent16ab124e5f878651249b5fc9d6dc4a41701058df (diff)
downloadbitcoin-8af2d2f7628c15af20f566aa29abc228ed32f845.tar.xz
build: bump version to 24.1 final
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8afbca3da1..b919887c9a 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, 3)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])