From 96b6ec70cb2610bac5fe30fffd7aa08d5c127274 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 14 Apr 2015 23:03:15 +0200 Subject: [PATCH] Version bump - 0.9.9 has no kickban/ --- libdevcore/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 78b3d9c30..7cdc433f3 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.8"; +char const* Version = "0.9.9"; }