The cmake build produce stale version numbers as a result of the caching.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGaaf5c6a6a702: Do not cache version in cmake build
rABCaaf5c6a6a702: Do not cache version in cmake build
Build with cmake.
Increment the version number of bitcoin-abc in /CMakeLists.txt .
Rebuild, make sure the version actually changed in the generated version.h
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
It's breaking the doc/Doxyfile.cmake.in template.
Please replace the line:
PROJECT_NUMBER = ${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_REVISION}
with:
PROJECT_NUMBER = ${bitcoin-abc_VERSION}
to fix it.