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
- Branch
- versionnocache
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7720 Build 13479: Bitcoin ABC Buildbot (legacy) Build 13478: arc lint + arc unit
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.