From 817a4ff2fca4dffdd4db7b9a3b701ba67b321ea0 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 22 Sep 2014 10:28:08 -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 908948236..8312960c1 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.6.8d"; +char const* Version = "0.6.9"; }