aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-04-21 21:23:05 +0200
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-04-21 21:23:55 +0200
commit4253c619cfed09fc309ea6f2b421d0ecb5c1fed4 (patch)
tree87cab981c69bd70467378125802892c752b2dc50
parent9549b28c04bb1fa79f188d3a78c7b79a31c0ea5f (diff)
downloadbitcoin-4253c619cfed09fc309ea6f2b421d0ecb5c1fed4.tar.xz
build: Bump to final
Tree-SHA512: 389a841cb36dd8b9c99279d63473a10c83c09700b0077bd16f73d1141d5d79c1bdbba462f6fcb4c1917c28260bbf1359bf93bbe695b150adde23c4533d6c85cd
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 95ede9a482..6ae8b778b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 23)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 5)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])