From: CryptoManiac Date: Fri, 20 Jun 2014 19:35:56 +0000 (+0400) Subject: Bump protocol version X-Git-Tag: v0.4.4.7-nvc-bugfix5^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=0d1e9d27ed6267ba319a35f08fdf2af60796f234 Bump protocol version --- diff --git a/src/version.h b/src/version.h index 01d8be7..4c8ea1f 100644 --- a/src/version.h +++ b/src/version.h @@ -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;