aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-04-08 15:53:42 +0200
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-04-08 15:53:50 +0200
commit5f8635541eba6c78b0cd384a6816c9ca0e1a69c5 (patch)
tree03bd7db7cad5526fe2163d98a08ae6a563d13a4e
parent308a2022c0f4367e2f7a3ec002f72589975f565c (diff)
downloadbitcoin-5f8635541eba6c78b0cd384a6816c9ca0e1a69c5.tar.xz
build: Bump rc to 23.0rc4
Tree-SHA512: 18e4560c9b04d1270449ed1938b4c3ce9a903b1b65257e92947884f12a2d45e64e4074f8e7738c7ccb7076f696f9e7fb2056a55f856335a98eed143e0c1167f3
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index adbf3fe525..8ace86f155 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, 3)
+define(_CLIENT_VERSION_RC, 4)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022)
define(_COPYRIGHT_HOLDERS,[The %s developers])