Browse Source

Protocol & version bump.

cl-refactor
Gav Wood 11 years ago
parent
commit
3ea3916e66
  1. 2
      libethcore/Common.h
  2. 2
      libethereum/CommonEth.cpp

2
libethcore/Common.h

@ -24,7 +24,7 @@
#pragma once #pragma once
// define version // define version
#define ETH_VERSION 0.5.5 #define ETH_VERSION 0.5.6
// way to many uint to size_t warnings in 32 bit build // way to many uint to size_t warnings in 32 bit build
#ifdef _M_IX86 #ifdef _M_IX86

2
libethereum/CommonEth.cpp

@ -28,7 +28,7 @@ using namespace eth;
//#define ETH_ADDRESS_DEBUG 1 //#define ETH_ADDRESS_DEBUG 1
const unsigned eth::c_protocolVersion = 14; const unsigned eth::c_protocolVersion = 15;
static const vector<pair<u256, string>> g_units = static const vector<pair<u256, string>> g_units =
{ {

Loading…
Cancel
Save