From a0211076939acc246ed90188a343e6cfaac6506a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 14 Oct 2014 12:37:46 +0300 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 a463cf4b1..f99e7da4c 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.7.3"; +char const* Version = "0.7.4"; #if defined(__GNUC__) __attribute__((gnu_inline, always_inline))