diff options
author | fanquake <fanquake@gmail.com> | 2023-05-11 17:49:16 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-11 17:49:16 +0100 |
commit | 308caf326db5619141f0c224fa48410293d59330 (patch) | |
tree | a253baa389438e3c73f862bb4b6e12a508cad81e /doc/bips.md | |
parent | 137a98c5a22e058ed7a7997a0a4dbd75301de51e (diff) |
doc: remove version number from bips.md
This always just needs "bumping", and the version number is already
whichever version of the code you acquired bips.md with.
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..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)). |