From 461b5666036ab6b9388623bba95cc33947a7360d Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 25 Jun 2019 19:03:51 +0200 Subject: [PATCH] Set version to 0.5.11. --- CMakeLists.txt | 2 +- Changelog.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40a81c03a..acf3c39e2 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.10") +set(PROJECT_VERSION "0.5.11") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES CXX) if (${CMAKE_VERSION} VERSION_LESS "3.9.0") diff --git a/Changelog.md b/Changelog.md index 63879d665..b5675fc71 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,21 @@ +### 0.5.11 (unreleased) + + +Language Features: + + + + +Compiler Features: + + + + +Bugfixes: + + + + ### 0.5.10 (2019-06-25) Important Bugfixes: