From 91f9a1ea5d6c52fe35181d358359a4f95848e6e7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 8 Apr 2015 04:23:24 +0200 Subject: [PATCH] Version bump. --- libdevcore/Common.cpp | 2 +- libethereum/Client.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index dc0f42bf7..75780fb10 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.5"; +char const* Version = "0.9.6"; } diff --git a/libethereum/Client.cpp b/libethereum/Client.cpp index 37ef15680..c703c6e95 100644 --- a/libethereum/Client.cpp +++ b/libethereum/Client.cpp @@ -519,7 +519,7 @@ void Client::doWork() // remove transactions from m_tq nicely rather than relying on out of date nonce later on. for (auto const& h: fresh) { - clog(ClientChat) << "Mined block:" << h.abridged(); + clog(ClientChat) << "Live block:" << h.abridged(); for (auto const& th: m_bc.transactionHashes(h)) { clog(ClientNote) << "Safely dropping transaction " << th;