aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-04-10 13:31:12 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2012-04-10 13:31:12 -0700
commit702764f53b6aded29fc2e020078d192ec2b13d68 (patch)
tree3c532113e13e79b5a0677fd5f8080766ea96ae23 /src/main.h
parentb56772e5df75832b84efacba60bbb3e7910fa1cf (diff)
parenta20c0d0f6792acf532309eee2e9f29120c801ee4 (diff)
Merge pull request #1054 from sipa/buildinfo
Build identification strings
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main.h b/src/main.h
index 6c81abad56..1d46851ac2 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 <io.h> /* 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;