Skip to content

Commit 8afca32

Browse files
committed
doc: add bitcoin_config.h PACKAGE updates to release process
and reorganise the section and add relative url links. Follow-up to e47dc4f.
1 parent 3ee28c5 commit 8afca32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/release-process.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Release Process
2727
* Update [`src/chainparams.cpp`](/src/chainparams.cpp) m_assumed_blockchain_size and m_assumed_chain_state_size with the current size plus some overhead.
2828
* Update `src/chainparams.cpp` chainTxData with statistics about the transaction count and rate. Use the output of the RPC `getchaintxstats`, see
2929
[this pull request](https://github.com/bitcoin/bitcoin/pull/12270) for an example. Reviewers can verify the results by running `getchaintxstats <window_block_count> <window_last_block_hash>` with the `window_block_count` and `window_last_block_hash` from your output.
30-
* In `configure.ac` and `build_msvc/bitcoin_config.h` on _the master branch_:
31-
- update `CLIENT_VERSION_MINOR` version
32-
* In `configure.ac` and `build_msvc/bitcoin_config.h` on _a new release branch_ (see [this commit](https://github.com/bitcoin/bitcoin/commit/742f7dd972fca3dd4a33cfff90bf901b71a687e7)):
33-
- update `CLIENT_VERSION_MINOR` version
30+
* On both the master branch and the new release branch:
31+
- update `CLIENT_VERSION_MINOR` in [`configure.ac`](../configure.ac)
32+
- update `CLIENT_VERSION_MINOR`, `PACKAGE_VERSION`, and `PACKAGE_STRING` in [`build_msvc/bitcoin_config.h`](/build_msvc/bitcoin_config.h)
33+
* On the new release branch in [`configure.ac`](../configure.ac) and [`build_msvc/bitcoin_config.h`](/build_msvc/bitcoin_config.h) (see [this commit](https://github.com/bitcoin/bitcoin/commit/742f7dd)):
3434
- set `CLIENT_VERSION_REVISION` to `0`
3535
- set `CLIENT_VERSION_IS_RELEASE` to `true`
3636

0 commit comments

Comments
 (0)