From 802024ba0e5ad2693c901301f3db2cf9a708addc Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Thu, 14 May 2015 17:14:40 +0200 Subject: [PATCH] Bump. --- libdevcore/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdevcore/Common.cpp b/libdevcore/Common.cpp index 28b537be5..1ffa66f14 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -28,7 +28,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.20"; +char const* Version = "0.9.21"; const u256 UndefinedU256 = ~(u256)0;