Browse Source

Bump CLIENT_VERSION for rc3 release

try
Gavin Andresen 13 years ago
parent
commit
e318b99d99
  1. 2
      src/main.h

2
src/main.h

@ -26,7 +26,7 @@ class CInv;
class CRequestTracker;
class CNode;
static const int CLIENT_VERSION = 60000;
static const int CLIENT_VERSION = 60003;
static const bool VERSION_IS_BETA = true;
extern const std::string CLIENT_NAME;

Loading…
Cancel
Save