From 16780ea3eda597d0f20975eca88f5fc82febaa89 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 7 Mar 2018 20:26:22 +0100 Subject: Set version to 0.4.22. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d4ff161..208e405d 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.21") +set(PROJECT_VERSION "0.4.22") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) -- cgit v1.2.3