From 845dce6f52a354b7b9abbf0f8bed89b5d1c86b88 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 11 Nov 2014 17:24:11 +0000 Subject: [PATCH] Version bumps. --- libdevcore/Common.cpp | 2 +- libethcore/CommonEth.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 78dbed65b..ae073b9b1 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.7.9"; +char const* Version = "0.7.10"; } diff --git a/libethcore/CommonEth.cpp b/libethcore/CommonEth.cpp index 8e21884ee..0ebf79669 100644 --- a/libethcore/CommonEth.cpp +++ b/libethcore/CommonEth.cpp @@ -34,7 +34,7 @@ namespace dev namespace eth { -const unsigned c_protocolVersion = 39; +const unsigned c_protocolVersion = 40; const unsigned c_databaseVersion = 4; static const vector> g_units =