aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-11-02 15:13:05 +0000
committerfanquake <fanquake@gmail.com>2022-11-04 16:01:01 +0000
commita43e380a1f3b119fb22186502de89b494ff8c29b (patch)
treeeb356f72e399b70ebd43c7ae9dc0d908c30ca07c
parent5a57b656d3fa6a0004ebc208bf70e2fe2eba1aa2 (diff)
downloadbitcoin-a43e380a1f3b119fb22186502de89b494ff8c29b.tar.xz
build: Bump version to 23.1rc1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eef4b41973..1d4f26e200 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 23)
-define(_CLIENT_VERSION_MINOR, 0)
+define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])