From c465368bb2585c0c7c79cd4101634159b39fcdd0 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 21 Aug 2014 16:15:12 +0200 Subject: [PATCH] Version bump. --- libethential/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethential/Common.cpp b/libethential/Common.cpp index 7244107c2..13cea2175 100644 --- a/libethential/Common.cpp +++ b/libethential/Common.cpp @@ -27,6 +27,6 @@ using namespace eth; namespace eth { -char const* EthVersion = "0.6.3"; +char const* EthVersion = "0.6.4"; }