From cba12caf3e357bf20e69e406aa2d0c0728d50224 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 4 Feb 2015 12:52:59 -0800 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 428c86d66..365f65202 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.8.0"; +char const* Version = "0.8.1"; }