Merge pull request #14 from CryptoManiac/current v0.4.4.7-nvc-bugfix5
authorCryptoManiac <CryptoManiac@users.noreply.github.com>
Fri, 20 Jun 2014 19:38:06 +0000 (23:38 +0400)
committerCryptoManiac <CryptoManiac@users.noreply.github.com>
Fri, 20 Jun 2014 19:38:06 +0000 (23:38 +0400)
Bump protocol version

src/version.h

index 01d8be7..4c8ea1f 100644 (file)
@@ -30,7 +30,7 @@ static const int DATABASE_VERSION = 70508;
 // network protocol versioning
 //
 
-static const int PROTOCOL_VERSION = 60013;
+static const int PROTOCOL_VERSION = 60014;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
 static const int MIN_PROTO_VERSION = 209;