aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-12-04 10:21:33 +0000
committerfanquake <fanquake@gmail.com>2023-12-04 10:45:21 +0000
commit44d8b13c81e5276eb610c99f227a4d090cc532f6 (patch)
tree94e75c185ce8453316ff9d79a355e0214afce131 /configure.ac
parente4fef4ae65c68ebd34774700dc4801c24313d469 (diff)
parentb1d350c78b0a26e3c514a79b928578727df70538 (diff)
Merge bitcoin/bitcoin#28959: [26.0] Finalize or rc4v26.0
b1d350c78b0a26e3c514a79b928578727df70538 doc: update release notes for 26.0 (fanquake) b0546bc907edc4e6b7ab1baaf1f9400bd8315bf3 doc: update manual pages for 26.0 (fanquake) 9ce1766d206d3ef607d659d6d0759b8c02a02f60 build: bump version to v26.0 final (fanquake) Pull request description: Final changes for 26.0. Assuming no further backports. rc3 was done in #28872. ACKs for top commit: achow101: ACK b1d350c78b0a26e3c514a79b928578727df70538 hebasto: ACK b1d350c78b0a26e3c514a79b928578727df70538, I have reviewed the code and it looks OK. Tree-SHA512: 8b1bfa9e9d6c5ccf8305335eba503c02a76043b2752e2302da84cb574078889ddb761b9efd14ef97f68bbae154b00ac54f531e2e33eba6baf8d703aa98ef5175
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 c60322434d..01636ab872 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 26)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_BUILD, 0)
-define(_CLIENT_VERSION_RC, 3)
+define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2023)
define(_COPYRIGHT_HOLDERS,[The %s developers])