From 0d1e9d27ed6267ba319a35f08fdf2af60796f234 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Fri, 20 Jun 2014 23:35:56 +0400 Subject: [PATCH] Bump protocol version --- src/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; -- 1.7.1