@ -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 =
@ -27,6 +27,6 @@ using namespace eth;
namespace eth
{
char const* EthVersion = "0.5.18";
char const* EthVersion = "0.6.2";
}