aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-11 17:24:26 +0100
committerfanquake <fanquake@gmail.com>2023-05-11 17:24:26 +0100
commit67bbe6d371fc33e0b17f2dc0a6a7faa5ab64dad0 (patch)
treefbb2f33d3a8040a95f79163ea00819daf3c007c8
parent06731d19bc00820037961138c79cf3d3677e39ba (diff)
downloadbitcoin-67bbe6d371fc33e0b17f2dc0a6a7faa5ab64dad0.tar.xz
build: bump version to v23.2rc1
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 313b847793..bde64da9fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 23)
-define(_CLIENT_VERSION_MINOR, 1)
+define(_CLIENT_VERSION_MINOR, 2)
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])