From 3645ad3273f4b135a91d2a89d36afbce4655f4bc Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 24 Jul 2014 01:06:47 +0200 Subject: [PATCH] Networking fixes. Minor UI improvments. --- libethential/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethential/Common.cpp b/libethential/Common.cpp index 17ae8fcf6..7c3d39f93 100644 --- a/libethential/Common.cpp +++ b/libethential/Common.cpp @@ -27,6 +27,6 @@ using namespace eth; namespace eth { -char const* EthVersion = "0.5.17"; +char const* EthVersion = "0.5.18"; }