From bbdc885478423edf7819bb9984de8a0a92c3230d Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 14 Feb 2018 05:02:02 +0100 Subject: Increment version number. --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0b52621..5d4ff161 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.20") +set(PROJECT_VERSION "0.4.21") project(solidity VERSION ${PROJECT_VERSION}) option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF) diff --git a/Changelog.md b/Changelog.md index b2e88eca..ade9ac86 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +### 0.4.21 (unreleased) + +Features: + + +Bugfixes: + + ### 0.4.20 (2018-02-14) Features: -- cgit