From 7da31dd62d13aab1972158efbf8ebc8f870e6f77 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 30 Aug 2014 11:31:18 +0200 Subject: [PATCH] Version bumps. --- libethcore/CommonEth.cpp | 2 +- libethential/Common.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libethcore/CommonEth.cpp b/libethcore/CommonEth.cpp index 8c0e5518e..b63ade94e 100644 --- a/libethcore/CommonEth.cpp +++ b/libethcore/CommonEth.cpp @@ -29,7 +29,7 @@ using namespace eth; //#define ETH_ADDRESS_DEBUG 1 -const unsigned eth::c_protocolVersion = 29; +const unsigned eth::c_protocolVersion = 30; const unsigned eth::c_databaseVersion = 1; static const vector> g_units = diff --git a/libethential/Common.cpp b/libethential/Common.cpp index a12dfb903..2f6feb9e5 100644 --- a/libethential/Common.cpp +++ b/libethential/Common.cpp @@ -27,6 +27,6 @@ using namespace eth; namespace eth { -char const* EthVersion = "0.6.7"; +char const* EthVersion = "0.6.8"; }