Browse Source

Version bumps.

cl-refactor
Gav Wood 10 years ago
parent
commit
845dce6f52
  1. 2
      libdevcore/Common.cpp
  2. 2
      libethcore/CommonEth.cpp

2
libdevcore/Common.cpp

@ -27,7 +27,7 @@ using namespace dev;
namespace dev
{
char const* Version = "0.7.9";
char const* Version = "0.7.10";
}

2
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<pair<u256, string>> g_units =

Loading…
Cancel
Save