diff options
author | chriseth <c@ethdev.com> | 2017-03-16 01:53:12 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-16 01:53:12 +0800 |
commit | a500581ab0920f8638eb813ec63a5ee8eeca5e94 (patch) | |
tree | 462a3bae36d9fb7cbbf4cf3dafcf9c5c88e351c0 | |
parent | 59099908c53129b2f5723bd0d5283c4da089e398 (diff) | |
download | dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar.gz dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar.bz2 dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar.lz dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar.xz dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.tar.zst dexon-solidity-a500581ab0920f8638eb813ec63a5ee8eeca5e94.zip |
Bump version to 0.4.11.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | Changelog.md | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cea219ff..931a8a0f 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.10") +set(PROJECT_VERSION "0.4.11") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies diff --git a/Changelog.md b/Changelog.md index f1158672..99089b46 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +### 0.4.11 (unreleased) + ### 0.4.10 (2017-03-15) Features: |