From 645b029b74a78dc9c591f1c4ea2befc43c22c669 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 21 Jul 2014 16:22:57 +0200 Subject: [PATCH] Version bump. --- libethential/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libethential/Common.cpp b/libethential/Common.cpp index 740ad8f60..48202250d 100644 --- a/libethential/Common.cpp +++ b/libethential/Common.cpp @@ -27,6 +27,6 @@ using namespace eth; namespace eth { -char const* EthVersion = "0.5.15"; +char const* EthVersion = "0.5.16"; }