From a5196ed685e5ddadc6f8c0cda887c1e21885814e Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 20 Sep 2014 13:56:58 -0500 Subject: [PATCH] Version bump. --- libdevcore/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index ad779e35d..908948236 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.6.8c"; +char const* Version = "0.6.8d"; }