Post
Topic
Board Bitcoin Technical Support
Re: How to remove the build version when compilling the wallet
by
turndealer
on 26/05/2019, 13:46:06 UTC
Hi

Did you try to change it in

configure.ac
For example bitcoins versioning
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 18)
define(_CLIENT_VERSION_REVISION, 99)