diff options
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 10733727c2..560bff0cdc 100644 --- a/src/main.h +++ b/src/main.h @@ -26,7 +26,7 @@ class CInv; class CRequestTracker; class CNode; -static const int CLIENT_VERSION = 60003; +static const int CLIENT_VERSION = 60004; static const bool VERSION_IS_BETA = true; extern const std::string CLIENT_NAME; |