diff options
author | chriseth <c@ethdev.com> | 2017-02-01 02:37:55 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-02-01 02:37:55 +0800 |
commit | ffe4ce08912ffdf622e7e9666a875491c2284ac7 (patch) | |
tree | 1feb3953d45548a944c5f3d83f92748e93f846ab /CMakeLists.txt | |
parent | 7b18c9df1dfa0076566bfa1e4a3bc5e5ba9c8594 (diff) | |
download | dexon-solidity-ffe4ce08912ffdf622e7e9666a875491c2284ac7.tar.gz dexon-solidity-ffe4ce08912ffdf622e7e9666a875491c2284ac7.tar.zst dexon-solidity-ffe4ce08912ffdf622e7e9666a875491c2284ac7.zip |
Version update
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 68bb71f4..cea219ff 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.9") +set(PROJECT_VERSION "0.4.10") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |