Hi,
I'm trying to compile my own alt-coin wallet based on Bitcoin core. I want to remove the build version number and only get major version, minor version and revision version so that the structure of version be x.x.x
Unfortunately all my attempts are unsuccessful because always appear the bloody build version so I got that structure when compile is finished: x.x.x.x
Any ideas?
Thank you very much