X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fversion.h;h=b54531f24647f866a3839867fa2a701294d2a2c4;hb=7532c476fe5ce004112dd501b4707578ab5f3432;hp=9b92bd618e0e2ff06205ad01bf560e33595a3669;hpb=397737b9133118d71d2c8ba6a95afea0ba7d4350;p=novacoin.git diff --git a/src/version.h b/src/version.h index 9b92bd6..b54531f 100644 --- a/src/version.h +++ b/src/version.h @@ -10,10 +10,11 @@ // client versioning // -static const int CLIENT_VERSION_MAJOR = 0; -static const int CLIENT_VERSION_MINOR = 6; -static const int CLIENT_VERSION_REVISION = 1; -static const int CLIENT_VERSION_BUILD = 3; +// These need to be macro's, as version.cpp's voodoo requires it +#define CLIENT_VERSION_MAJOR 0 +#define CLIENT_VERSION_MINOR 6 +#define CLIENT_VERSION_REVISION 2 +#define CLIENT_VERSION_BUILD 2 static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR