As per title.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABCc25cf79bc893: Bump version to 0.27.10
ninja print-version
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
cd build/ ninja print-version
gives
[1/1] Print the current bitcoin-abc version 0.27.10
Is there some way to confirm this is updated in all the right spots / there are no lingering "0.27.9" s or is this check covered by ninja print-version ?
Comment Actions
Is there some way to confirm this is updated in all the right spots / there are no lingering "0.27.9" s or is this check covered by ninja print-version ?
Apart from the files PKGBUILD and release-notes.md files all the other places use either preprocessing directives or ninja print-version to gather the version when needed, e.g. the shell scripts for the automation.
You can grep for the version number if you want to check by yourself.