From 9c3226ce7558bfa639ca06ddd7214ae9bf4e1fc9 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 2 Jan 2020 19:52:34 +0100 Subject: [PATCH] Set version to 0.5.16. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10b830a6ca5b..0c84c6d15d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -set(PROJECT_VERSION "0.5.15") +set(PROJECT_VERSION "0.5.16") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX) include(TestBigEndian)