Browse Source

Version bump.

cl-refactor
Gav Wood 11 years ago
parent
commit
a23ad65da3
  1. 2
      libethereum/Common.h
  2. 2
      libethereum/PeerServer.cpp

2
libethereum/Common.h

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

2
libethereum/PeerServer.cpp

@ -115,7 +115,7 @@ PeerServer::~PeerServer()
unsigned PeerServer::protocolVersion()
{
return 11;
return 12;
}
void PeerServer::determinePublic(string const& _publicAddress, bool _upnp)

Loading…
Cancel
Save