diff options
author | chriseth <c@ethdev.com> | 2016-09-08 23:17:15 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-09-08 23:18:22 +0800 |
commit | 63ab8f835f25571f3029960d1033c26193359742 (patch) | |
tree | 79884783fc755a908cf8e6f59e374bba1be572e2 /CMakeLists.txt | |
parent | acd334c9d289a7cc4674dde2534d8728450cedde (diff) | |
download | dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar.gz dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar.bz2 dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar.lz dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar.xz dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.tar.zst dexon-solidity-63ab8f835f25571f3029960d1033c26193359742.zip |
Bump version.
Diffstat (limited to 'CMakeLists.txt')
-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 |