aboutsummaryrefslogtreecommitdiff
path: root/doc/bips.md
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-11-02 08:04:48 +0100
committerMacroFake <falke.marco@gmail.com>2022-11-02 08:04:55 +0100
commita46e17832fd2ecc44943ff7ccff8af443f6239b8 (patch)
tree634a7395caffa2e9f5c49e561ae9ee2eb841e136 /doc/bips.md
parent24e6b7e9e763122c80c5a72681c97a4144ab7eaa (diff)
parent3343ec5a4f604b4b1798d0c8265c57d89bd738ce (diff)
downloadbitcoin-a46e17832fd2ecc44943ff7ccff8af443f6239b8.tar.xz
Merge bitcoin/bitcoin#26430: [22.x] Bump version to 22.1.0rc1v22.1rc1
3343ec5a4f604b4b1798d0c8265c57d89bd738ce doc: update version number in bips.md to v22.1 (fanquake) 54e89eed9eb9c6877c1a8bed3d2f224721fc49f3 doc: Update manual pages for 22.1.0rc1 (fanquake) b63309c58a71eb7e34b0bcab0d57199ac025daeb build: Bump version to 22.1.0rc1 (fanquake) Pull request description: Bump the version to 22.1rc1 Generate the man pages. Update the version number in bips.md. ACKs for top commit: MarcoFalke: Thanks, Concept ACK 3343ec5a4f604b4b1798d0c8265c57d89bd738ce Tree-SHA512: fcfd7df493d316789072333396d6bceb77ae471e2a9ed06266d6128aa3746ac3184dcd9e9c20aecaf5c8906f82edee39a135fad9ae5c7f4c11b686e385aa3ed2
Diffstat (limited to 'doc/bips.md')
-rw-r--r--doc/bips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bips.md b/doc/bips.md
index 45954bcfd8..63ff92d25f 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 **v22.0**):
+BIPs that are implemented by Bitcoin Core (up-to-date up to **v22.1**):
* [`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)).