diff options
author | CallMeMisterOwl <denizhasler@outlook.de> | 2021-11-14 15:00:29 +0100 |
---|---|---|
committer | CallMeMisterOwl <denizhasler@outlook.de> | 2021-11-14 15:00:29 +0100 |
commit | 410f99faed47e27fca77531a864383b6119e7b0b (patch) | |
tree | 43c6dd011e691e5b1cf3cb1d2fb194a34730aa5a /doc/release-process.md | |
parent | 9d2895157ec0ff6e356f40c5fe84d3007fc991c1 (diff) |
build_msvc/bitcoin_config.h is generated using build_msvc/msvc-autogen.py
Diffstat (limited to 'doc/release-process.md')
-rw-r--r-- | doc/release-process.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 14567d4f15..f786b345b1 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -19,8 +19,7 @@ Release Process * On both the master branch and the new release branch: - update `CLIENT_VERSION_MAJOR` in [`configure.ac`](../configure.ac) - - update `CLIENT_VERSION_MAJOR`, `PACKAGE_VERSION`, and `PACKAGE_STRING` in [`build_msvc/bitcoin_config.h`](/build_msvc/bitcoin_config.h) -* 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)): +* On the new release branch in [`configure.ac`](../configure.ac)(see [this commit](https://github.com/bitcoin/bitcoin/commit/742f7dd)): - set `CLIENT_VERSION_MINOR` to `0` - set `CLIENT_VERSION_BUILD` to `0` - set `CLIENT_VERSION_IS_RELEASE` to `true` |