X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;h=1d46851ac2fa766f9e9002e169b29e08b598eac1;hb=a20c0d0f6792acf532309eee2e9f29120c801ee4;hp=6c81abad566a16056ccc6751df7579c0e3b0bdbd;hpb=52d3a48128b66e731afd54cec7cab0a687d303cf;p=novacoin.git diff --git a/src/main.h b/src/main.h index 6c81aba..1d46851 100644 --- a/src/main.h +++ b/src/main.h @@ -10,6 +10,7 @@ #include "key.h" #include "script.h" #include "db.h" +#include "version.h" #ifdef WIN32 #include /* for _commit */ @@ -30,10 +31,6 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60099; -static const bool VERSION_IS_BETA = true; -extern const std::string CLIENT_NAME; - static const unsigned int MAX_BLOCK_SIZE = 1000000; static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2; static const int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;