Browse Source

Fix version regression.

cl-refactor
Gav Wood 11 years ago
parent
commit
d18a6c4e26
  1. 2
      libethcore/CommonEth.cpp
  2. 2
      libethential/Common.cpp

2
libethcore/CommonEth.cpp

@ -29,7 +29,7 @@ using namespace eth;
//#define ETH_ADDRESS_DEBUG 1
const unsigned eth::c_protocolVersion = 23;
const unsigned eth::c_protocolVersion = 24;
const unsigned eth::c_databaseVersion = 1;
static const vector<pair<u256, string>> g_units =

2
libethential/Common.cpp

@ -27,6 +27,6 @@ using namespace eth;
namespace eth
{
char const* EthVersion = "0.5.18";
char const* EthVersion = "0.6.2";
}

Loading…
Cancel
Save