From 35c24befb4fccd27214005cd17b652c607f38417 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 17 Dec 2019 13:50:09 +0100 Subject: [PATCH] Increment version number. --- CMakeLists.txt | 2 +- docs/bugs_by_version.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49b2d19c5..10b830a6c 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.14") +set(PROJECT_VERSION "0.5.15") project(solidity VERSION ${PROJECT_VERSION} LANGUAGES C CXX) include(TestBigEndian) diff --git a/docs/bugs_by_version.json b/docs/bugs_by_version.json index c412be830..e2b3c3682 100644 --- a/docs/bugs_by_version.json +++ b/docs/bugs_by_version.json @@ -762,6 +762,10 @@ "bugs": [], "released": "2019-12-09" }, + "0.5.15": { + "bugs": [], + "released": "2019-12-17" + }, "0.5.2": { "bugs": [ "SignedArrayStorageCopy",