aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-03-12 16:49:02 +0100
committerfanquake <fanquake@gmail.com>2023-03-12 16:50:46 +0100
commit5077e02263cf47749583f22dc2bc609878d8290a (patch)
tree0aff6224ae18e2d3dae8e3b6f323945e525956f4
parentc8c85ca16e6abbf9072dee9e526f09b6fcb35037 (diff)
downloadbitcoin-5077e02263cf47749583f22dc2bc609878d8290a.tar.xz
build: bump version to v24.1rc1
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 87dd0dc81e..0d27c8e998 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 24)
-define(_CLIENT_VERSION_MINOR, 0)
-define(_CLIENT_VERSION_BUILD, 1)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_MINOR, 1)
+define(_CLIENT_VERSION_BUILD, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])