Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
51224027
Topic
5146499
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)