Bump version v0.4.4.6-nvc-update4
authorCryptoManiac <balthazar@yandex.ru>
Thu, 10 Jul 2014 22:19:02 +0000 (02:19 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Thu, 10 Jul 2014 22:19:02 +0000 (02:19 +0400)
src/clientversion.h
src/version.h

index 4a8f13f..7e66853 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       5
+#define CLIENT_VERSION_BUILD       7
 
 // Converts the parameter X to a string after macro replacement on X has been performed.
 // Don't merge these into one macro!
index 382fba7..da65e1f 100644 (file)
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70507;
 // network protocol versioning
 //
 
-static const int PROTOCOL_VERSION = 60012;
+static const int PROTOCOL_VERSION = 60015;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
 static const int MIN_PROTO_VERSION = 209;