From b96be377ad3531696fbc1342d23aeaba29f8e5d9 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 28 Sep 2021 17:41:23 +0200 Subject: [PATCH] Update version. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e835a66ff..3fcf42d2a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -set(PROJECT_VERSION "0.8.8") +set(PROJECT_VERSION "0.8.9") # OSX target needed in order to support std::visit set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX)