From 3cb8609b0f3803b27efda69e85623e5fc1ce8b01 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 29 Apr 2019 16:10:26 +0200 Subject: [PATCH] Update project version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f30872af6412..20b4d97b8b3e 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.25") +set(PROJECT_VERSION "0.4.26") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF)