Skip to content

Commit 60e855f

Browse files
committed
doc: Bump version in bips.md, mention bumping in release process
1 parent 82c1177 commit 60e855f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/bips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.18.0**):
1+
BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.19.0**):
22

33
* [`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))
44
* [`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)).

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release Process
1111

1212
### Before every major and minor release
1313

14-
* Update [bips.md](bips.md) to account for changes since the last release.
14+
* Update [bips.md](bips.md) to account for changes since the last release (don't forget to bump the version number on the first line).
1515
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_RC` to `0`).
1616
* Write release notes (see "Write the release notes" below).
1717
* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.

0 commit comments

Comments
 (0)