diff options
| author | chriseth <chris@ethereum.org> | 2018-02-14 19:21:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-14 19:21:18 +0800 |
| commit | bb3b327c9aeb254fdbc56d76d7126117c0a356d6 (patch) | |
| tree | d08c8d11ca9671ae5a136e4b3d1a40b6dfba4142 | |
| parent | ef8292c6bb337d3c4b27836da6732b85021d1c5d (diff) | |
| parent | bbdc885478423edf7819bb9984de8a0a92c3230d (diff) | |
| download | dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar.gz dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar.bz2 dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar.lz dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar.xz dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.tar.zst dexon-solidity-bb3b327c9aeb254fdbc56d76d7126117c0a356d6.zip | |
Merge pull request #3505 from ethereum/incVersion
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: |
