diff options
author | chriseth <chris@ethereum.org> | 2018-02-14 12:02:02 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-14 15:43:49 +0800 |
commit | bbdc885478423edf7819bb9984de8a0a92c3230d (patch) | |
tree | d08c8d11ca9671ae5a136e4b3d1a40b6dfba4142 | |
parent | ef8292c6bb337d3c4b27836da6732b85021d1c5d (diff) | |
download | dexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.tar.gz dexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.tar.zst dexon-solidity-bbdc885478423edf7819bb9984de8a0a92c3230d.zip |
Increment version number.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Changelog.md | 8 |
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: |