version bump

This commit is contained in:
Evan Duffield 2014-07-24 09:00:11 -07:00
parent aa11b6b6c8
commit 9f9a067122
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 9
#define CLIENT_VERSION_REVISION 12
#define CLIENT_VERSION_BUILD 2
#define CLIENT_VERSION_BUILD 4
// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

View File

@ -25,7 +25,7 @@ extern const std::string CLIENT_DATE;
// network protocol versioning
//
static const int PROTOCOL_VERSION = 70021;
static const int PROTOCOL_VERSION = 70022;
// intial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;