From 94aa971bd538bc57a2594ac5f50788e520ac67f0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 13 Mar 2019 18:38:30 +0100 Subject: [PATCH] Set version to 0.5.7. --- CMakeLists.txt | 2 +- Changelog.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b96859fe..6f5d78383 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.6") +set(PROJECT_VERSION "0.5.7") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES CXX) option(LLL "Build LLL" OFF) diff --git a/Changelog.md b/Changelog.md index afa1c3762..8cf703976 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,17 @@ +### 0.5.7 (unreleased) + +Language Features: + + +Compiler Features: + + +Bugfixes: + + +Build System: + + ### 0.5.6 (2019-03-13) Important Bugfixes: