From 3ea3916e667933ba8ad66e72b072aa243edd360b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 6 May 2014 20:10:17 +0100 Subject: [PATCH] Protocol & version bump. --- libethcore/Common.h | 2 +- libethereum/CommonEth.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethcore/Common.h b/libethcore/Common.h index bce95e8d6..63ecb67fd 100644 --- a/libethcore/Common.h +++ b/libethcore/Common.h @@ -24,7 +24,7 @@ #pragma once // define version -#define ETH_VERSION 0.5.5 +#define ETH_VERSION 0.5.6 // way to many uint to size_t warnings in 32 bit build #ifdef _M_IX86 diff --git a/libethereum/CommonEth.cpp b/libethereum/CommonEth.cpp index f65519a35..ab07bfbec 100644 --- a/libethereum/CommonEth.cpp +++ b/libethereum/CommonEth.cpp @@ -28,7 +28,7 @@ using namespace eth; //#define ETH_ADDRESS_DEBUG 1 -const unsigned eth::c_protocolVersion = 14; +const unsigned eth::c_protocolVersion = 15; static const vector> g_units = {