Page MenuHomePhabricator

[CMAKE] Move version to the top level CMakeLists.txt
ClosedPublic

Authored by Fabien on Sep 10 2019, 15:54.

Details

Summary

Apart from making it easier to figure out where it is located, it will
also avoid duplicating it when using CPack.

Depends on D4027.

Test Plan
ninja

Check the version is correct:

./src/bitcoind --version
./src/qt/bitcoin-qt --version
./src/bitcoin-cli --version
./src/bitcoin-tx -h

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_version_toplevel
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 7380
Build 12803: Bitcoin ABC Buildbot (legacy)
Build 12802: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Sep 10 2019, 19:54
jasonbcox added a subscriber: jasonbcox.

release-process.md needs updating

This revision now requires changes to proceed.Sep 10 2019, 19:54

Update the release process doc.

This revision is now accepted and ready to land.Sep 11 2019, 16:46