diff options
author | chriseth <chris@ethereum.org> | 2016-09-08 23:25:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 23:25:21 +0800 |
commit | 8a057e3f854a0f9ef5d7f09ff861da90079ded61 (patch) | |
tree | 79884783fc755a908cf8e6f59e374bba1be572e2 | |
parent | acd334c9d289a7cc4674dde2534d8728450cedde (diff) | |
parent | 63ab8f835f25571f3029960d1033c26193359742 (diff) | |
download | dexon-solidity-8a057e3f854a0f9ef5d7f09ff861da90079ded61.tar.gz dexon-solidity-8a057e3f854a0f9ef5d7f09ff861da90079ded61.tar.zst dexon-solidity-8a057e3f854a0f9ef5d7f09ff861da90079ded61.zip |
Merge pull request #1067 from ethereum/bumpversion
Bump version.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c75045a..6ad9c061 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.0") +set(PROJECT_VERSION "0.4.1") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |