aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-05-11 18:22:01 +0100
committerfanquake <fanquake@gmail.com>2023-05-11 18:22:01 +0100
commit3ea4a115c213fd67c80a0ad2301b170b805303c9 (patch)
tree9a0179394f7ad4da1d712fc1ef9c08b47211ed31
parent7ef71e30c9bc108e29dec008490db5a0fa051629 (diff)
downloadbitcoin-3ea4a115c213fd67c80a0ad2301b170b805303c9.tar.xz
build: bump version to v25.0rc2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 102cf00e56..e60ddbea7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 25)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 1)
+define(_CLIENT_VERSION_RC, 2)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])