aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-12-08 12:32:22 +0000
committerfanquake <fanquake@gmail.com>2022-12-08 12:32:22 +0000
commit93713654ef65b3353394b0efd653beba1826a0f8 (patch)
tree6f676c1e69bff7d01384d357f74340357968b7ba /configure.ac
parentea9aa3f02f7005a35a3b0e6c31d00513232948d8 (diff)
downloadbitcoin-93713654ef65b3353394b0efd653beba1826a0f8.tar.xz
build: bump version to 23.1 final
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d424c49b57..313b847793 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 23)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 2)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])