Browse Source

Merge branch 'develop' into poc-7+

cl-refactor
Gav Wood 10 years ago
parent
commit
460a4dffa5
  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.12";
char const* Version = "0.7.13";
}

2
libethcore/CommonEth.cpp

@ -32,7 +32,7 @@ namespace dev
namespace eth
{
const unsigned c_protocolVersion = 49;
const unsigned c_protocolVersion = 50;
const unsigned c_databaseVersion = 5;
static const vector<pair<u256, string>> g_units =

Loading…
Cancel
Save