Bump protocol version 23/head
authorCryptoManiac <balthazar@yandex.ru>
Fri, 25 Jul 2014 18:02:18 +0000 (22:02 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Fri, 25 Jul 2014 18:02:18 +0000 (22:02 +0400)
src/clientversion.h
src/version.h

index 7e66853..6c71ab1 100644 (file)
@@ -9,7 +9,7 @@
 #define CLIENT_VERSION_MAJOR       0
 #define CLIENT_VERSION_MINOR       7
 #define CLIENT_VERSION_REVISION    5
-#define CLIENT_VERSION_BUILD       7
+#define CLIENT_VERSION_BUILD       8
 
 // Converts the parameter X to a string after macro replacement on X has been performed.
 // Don't merge these into one macro!
index da65e1f..fd6aa43 100644 (file)
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70507;
 // network protocol versioning
 //
 
-static const int PROTOCOL_VERSION = 60015;
+static const int PROTOCOL_VERSION = 60016;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
 static const int MIN_PROTO_VERSION = 209;