From bc8981fe4c9bb2f88149ec5562de386b84c34380 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 22 Dec 2014 01:02:44 +0100 Subject: [PATCH] Back to PoC-8. --- libdevcore/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 224e74703..428c86d66 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.7.14"; +char const* Version = "0.8.0"; }