aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-09-19 17:29:07 +0100
committerfanquake <fanquake@gmail.com>2022-09-19 19:27:31 +0100
commitab4a32b8aff14da3f6d116b6a81ad0bb29397f1c (patch)
tree1fec944f17e2dccf1399c8718ff461df9f467499
parentbd44c69238e3d147eeb3d77428445850e4cec1e3 (diff)
downloadbitcoin-ab4a32b8aff14da3f6d116b6a81ad0bb29397f1c.tar.xz
doc: update version number in bips.md to v24.0
-rw-r--r--doc/bips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md
index 0f3f61daf1..4119d86aaa 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 **v23.0**):
+BIPs that are implemented by Bitcoin Core (up-to-date up to **v24.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)).