Closed
Description
I'm not sure if this is related to other version-related issues, but the -version
output (when building from git) changed from
Bitcoin Core version v0.21.2.0-89d148c8c65b3e6b6a8fb8b722efb4b6a7d0a375
to
Bitcoin Core version v22.0rc2
This means that the generated manual pages (using contrib/devtools/gen-manpages.sh
) now contain the rc number in the embedded version tag. See d3bd541:
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
+.TH BITCOIN-CLI "1" "August 2021" "bitcoin-cli v22.0rc2" "User Commands"
No big problem, though it is slightly inconvenient. Up until now we didn't have to regenerate the manual pages between the last rc and -final as there is (by how the process is defined) no code difference, so option won't have changed.