Post
Topic
Board Altcoin Discussion
Re: How to remove the build version when compilling the wallet
by
osfera69
on 31/05/2019, 19:28:56 UTC
To change how the version numbers are displayed to the user (as well as used in other places around the code), look at clientversion.h and clientversion.cpp. The display part is related to the FormatFullVersion function.

Hi, finally I have found it. As you mentioned the problem was the FormatFullVersion at clientversion.h and clientversion.cpp

Thank you very much for your help!!!!