aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@protonmail.com>2019-10-01 07:14:13 +0200
committerWladimir J. van der Laan <laanwj@protonmail.com>2019-10-01 07:14:29 +0200
commit60e855f5c50c4578bbab93282226f236853491dc (patch)
treecfdc53a2497fcff201e1ad85bde613d15eef8907 /doc/release-process.md
parent82c11773dc7493e1863b3b8277958f744a321eb9 (diff)
downloadbitcoin-60e855f5c50c4578bbab93282226f236853491dc.tar.xz
doc: Bump version in bips.md, mention bumping in release process
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 7eb8002c6c..4cc2615542 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -11,7 +11,7 @@ Release Process
### Before every major and minor release
-* Update [bips.md](bips.md) to account for changes since the last release.
+* 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).
* Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_RC` to `0`).
* Write release notes (see "Write the release notes" below).
* Update `src/chainparams.cpp` nMinimumChainWork with information from the getblockchaininfo rpc.