From 3aee975e8853b5865a94208ad1df2e49571531ef Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 16 May 2018 17:54:07 +0200 Subject: Set version to 0.4.25 - tentatively. --- CMakeLists.txt | 2 +- Changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c05208f..f30872af 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.24") +set(PROJECT_VERSION "0.4.25") 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 6a408ae8..9bed7e9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +### 0.5.0 (unreleased) + + + ### 0.4.24 (2018-05-16) Language Features: -- cgit v1.2.3