aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-14 12:02:02 +0800
committerchriseth <chris@ethereum.org>2018-02-14 15:43:49 +0800
commitbbdc885478423edf7819bb9984de8a0a92c3230d (patch)
treed08c8d11ca9671ae5a136e4b3d1a40b6dfba4142
parentef8292c6bb337d3c4b27836da6732b85021d1c5d (diff)
downloaddexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.tar.gz
dexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.tar.zst
dexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.zip
Increment version number.
-rw-r--r--CMakeLists.txt2
-rw-r--r--Changelog.md8
2 files changed, 9 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a0b52621..5d4ff161 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.20")
+set(PROJECT_VERSION "0.4.21")
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 b2e88eca..ade9ac86 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+### 0.4.21 (unreleased)
+
+Features:
+
+
+Bugfixes:
+
+
### 0.4.20 (2018-02-14)
Features: