From 06e828542b12c68ebba1c19a4c6d12e7b44d0bab Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 21 Sep 2017 18:19:33 +0200 Subject: Increment version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 139d4fd5..8f71cedc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -set(PROJECT_VERSION "0.4.17") +set(PROJECT_VERSION "0.4.18") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) -- cgit