Browse Source

Version bumps all round.

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

2
libdevcore/Common.cpp

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

4
libethcore/CommonEth.cpp

@ -34,8 +34,8 @@ namespace dev
namespace eth
{
const unsigned c_protocolVersion = 38;
const unsigned c_databaseVersion = 3;
const unsigned c_protocolVersion = 39;
const unsigned c_databaseVersion = 4;
static const vector<pair<u256, string>> g_units =
{

Loading…
Cancel
Save