aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-05-11 13:43:25 -0400
committerAndrew Chow <github@achow101.com>2023-05-11 13:43:32 -0400
commit9d85c03620bf660cfa7d13080f5c0b191579cbc3 (patch)
treea253baa389438e3c73f862bb4b6e12a508cad81e
parent137a98c5a22e058ed7a7997a0a4dbd75301de51e (diff)
parent308caf326db5619141f0c224fa48410293d59330 (diff)
Merge bitcoin/bitcoin#27629: doc: remove version number from bips.md
308caf326db5619141f0c224fa48410293d59330 doc: remove version number from bips.md (fanquake) Pull request description: This always just needs "bumping" (see previous rc type pulls), and the version number is already whichever version of the code you acquired bips.md with. ACKs for top commit: MarcoFalke: lgtm ACK 308caf326db5619141f0c224fa48410293d59330 achow101: ACK 308caf326db5619141f0c224fa48410293d59330 theStack: ACK 308caf326db5619141f0c224fa48410293d59330 hebasto: ACK 308caf326db5619141f0c224fa48410293d59330 Tree-SHA512: fcb98e7cdc0c1f8960bfba86be09c2badb36b613060fae394a56e1561c69d28f433434f573c8b1ae1d71ae326277dea2a4841d5c08ad39f8e8848300743146e7
-rw-r--r--doc/bips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md
index 1d5c91b8bd..94213f8048 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:
* [`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)).