From 6978731367a1fe1caec11abaaaeea92349125c8a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Wed, 13 May 2015 00:36:13 +0300 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 06950cbee..6723ab76d 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -28,7 +28,7 @@ using namespace dev; namespace dev { -char const* Version = "0.9.18"; +char const* Version = "0.9.19"; const u256 UndefinedU256 = ~(u256)0;