diff options
author | Andrew Chow <github@achow101.com> | 2023-04-20 16:39:52 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-04-20 16:39:59 -0400 |
commit | 079957d2ba5aaf5a832cb5a8be9a29362cf0a77f (patch) | |
tree | 03faa2d153f31d8b643327f37883e49dc867eff5 /doc/bips.md | |
parent | bbbf89a9de0757c44880495244f90967f7147c0d (diff) | |
parent | cf5850688d431e663e01a595b8547ff0d2902b69 (diff) |
Merge bitcoin/bitcoin#27504: [25.x] Bump version to 25.0rc1v25.0rc1
cf5850688d431e663e01a595b8547ff0d2902b69 doc: generate example bitcoin.conf for v25.0rc1 (fanquake)
51af8957c54753c7a6987b0f16dff4850490f743 doc: generate manual pages for v25.0rc1 (fanquake)
46accc76172943aba23d0c0c76a088d64cd2f5f0 doc: point release-notes.md to the dev wiki (fanquake)
7a807eb7355f354edad10595d2f11cfe6a6bc47d doc: update version number in bips.md to v25.0 (fanquake)
0ff26b8c0fda206b501947d056455ee8dc581fbf build: bump version to v25.0rc1 (fanquake)
Pull request description:
Bump the version number.
Generate the man pages.
Generate example bitcoin.conf.
Point release-notes.md to the wiki: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/25.0-Release-Notes-Draft.
Bump the version number in bips.md.
ACKs for top commit:
achow101:
ACK cf5850688d431e663e01a595b8547ff0d2902b69
Tree-SHA512: 0f8065b33aff8d39f5ab969eea22c0161ebc984cff90f0f9496706af3b1199f4c8ec06e67d7db68cf103550f0d1f5c0f1aba493acf27f65f341f7865b152b293
Diffstat (limited to 'doc/bips.md')
-rw-r--r-- | doc/bips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md index 1d5c91b8bd..34a4ba4357 100644 --- a/doc/bips.md +++ b/doc/bips.md @@ -1,4 +1,4 @@ -BIPs that are implemented by Bitcoin Core (up-to-date up to **v24.0**): +BIPs that are implemented by Bitcoin Core (up-to-date up to **v25.0**): * [`BIP 9`](https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki): The changes allowing multiple soft-forks to be deployed in parallel have been implemented since **v0.12.1** ([PR #7575](https://github.com/bitcoin/bitcoin/pull/7575)) * [`BIP 11`](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki): Multisig outputs are standard since **v0.6.0** ([PR #669](https://github.com/bitcoin/bitcoin/pull/669)). |