From c8994d9ee2f45ddae2fe0df03822f5c8c047763f Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 27 Jan 2020 18:57:33 +0100 Subject: [PATCH] Set version to 0.6.3. --- CMakeLists.txt | 2 +- Changelog.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f64c7bd94..408b42024 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.6.2") +set(PROJECT_VERSION "0.6.3") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX) include(TestBigEndian) diff --git a/Changelog.md b/Changelog.md index 26492e79b..e50359127 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,16 @@ +### 0.6.3 (unreleased) + +Language Features: + + + +Compiler Features: + + +Bugfixes: + + + ### 0.6.2 (2020-01-27) Language Features: