From 8e37f56bad8124b9e15eb68ee5b97ee3041e0352 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 24 Aug 2017 22:41:24 +0200 Subject: Set version to 0.4.17 --- CMakeLists.txt | 2 +- Changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87a141a9..0a65071d 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.16") +set(PROJECT_VERSION "0.4.17") 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 b7874206..f4915db1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +### 0.4.17 (unreleased) + +Features: + +Bugfixes: + ### 0.4.16 (2017-08-24) Features: -- cgit