From 9f9a067122fa193f4c10b766dd119a331c500943 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Thu, 24 Jul 2014 09:00:11 -0700 Subject: [PATCH] version bump --- src/clientversion.h | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index 8fb860f5fa..2890030b81 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -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 diff --git a/src/version.h b/src/version.h index b49cab323f..badb542f7a 100644 --- a/src/version.h +++ b/src/version.h @@ -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;