From 3c2bcb280341fd4bee9c4ecee5f9dcebd8efdf5a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 19 Oct 2014 17:10:50 +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 335e2b387..d9192c79f 100644 --- a/libdevcore/Common.cpp +++ b/libdevcore/Common.cpp @@ -27,7 +27,7 @@ using namespace dev; namespace dev { -char const* Version = "0.7.4"; +char const* Version = "0.7.5"; }