Page MenuHomePhabricator

Bump version to 0.27.10
ClosedPublic

Authored by Fabien on Jul 24 2023, 13:47.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCc25cf79bc893: Bump version to 0.27.10
Summary

As per title.

Test Plan
ninja print-version

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jul 24 2023, 13:47
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 ?

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.

This revision is now accepted and ready to land.Jul 24 2023, 20:16
This revision was automatically updated to reflect the committed changes.