aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-10-04 13:09:48 +0100
committerfanquake <fanquake@gmail.com>2023-10-04 13:10:16 +0100
commit167d3e2f16ca8d3ed8d31e71490ecf0ca220ac34 (patch)
treef7aef020b71d98d445c589afa64e5444887a291d /configure.ac
parent9f8d501cb88e25cbc80f80485d3da981bb26fa62 (diff)
parent10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d (diff)
Merge bitcoin/bitcoin#28559: [25.1] Final changes for 25.1rc1v25.1rc1
10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d doc: add release notes for 25.1rc1 (fanquake) 71aed7aa31507220ca8b53a8d3c1b62a73a80c45 doc: update manual pages for 25.1rc1 (fanquake) 02f059c8199efbcbec47ff289f71ac30a5d7313d build: Bump version to 25.1rc1 (fanquake) dc1fcec0260db8fa95d74d46d2e1b302e0a66782 doc: add 25.0 release notes (fanquake) Pull request description: Final changes to tag a `25.1rc1`. Bumps version numbers, man pages, adds release notes etc. ACKs for top commit: dergoegge: ACK 10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d hebasto: ACK 10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d, I have reviewed the code and it looks OK. willcl-ark: ACK 10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d stickies-v: ACK 10f3f813b251d16c86d0b41bbdd7b7ab4a22e00d Tree-SHA512: 3e1c527dac06afb4c8e1e481055211f69aa0ed769ac242ed610d23d470bbc0c062227034d01876ba4a5fa836e953fb001e8b0d6bc026069d372d34b8a031fb25
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 518f99e309..457366ed6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 25)
-define(_CLIENT_VERSION_MINOR, 0)
+define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 0)
+define(_CLIENT_VERSION_RC, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])