diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-10-01 07:14:13 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2019-10-01 07:14:29 +0200 |
commit | 60e855f5c50c4578bbab93282226f236853491dc (patch) | |
tree | cfdc53a2497fcff201e1ad85bde613d15eef8907 /doc/bips.md | |
parent | 82c11773dc7493e1863b3b8277958f744a321eb9 (diff) |
doc: Bump version in bips.md, mention bumping in release process
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 6ca9863b30..71ff5552ee 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 **v0.18.0**): +BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.19.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)). |