Right now, bumping the version involves updating the version in two places:
configure.ac
build_msvc/bitcoin_config.h
(in multiple places—see for example commit f277b1782c5aae0fab83e3d678189c150ae0f263)
I think it should be doable to parse the information from configure.ac
in msvc-autogen.py
, so that this is no longer something error-prone that has to be done manually.
If you do this, also update the release process.
Useful skills:
Python, MSVC
Want to work on this issue?
For guidance on contributing, please read CONTRIBUTING.md before opening your pull request.