diff options
author | chriseth <c@ethdev.com> | 2016-01-30 23:05:51 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-01-30 23:05:51 +0800 |
commit | d4bb71afee90a9e097812c0925eca2f234747e92 (patch) | |
tree | 3126522b90748fbbf78b2695e21a324bb5d4028c /CMakeLists.txt | |
parent | b5489de1f07d1d3334e75816bcea660837d8c1f0 (diff) | |
download | dexon-solidity-d4bb71afee90a9e097812c0925eca2f234747e92.tar.gz dexon-solidity-d4bb71afee90a9e097812c0925eca2f234747e92.tar.zst dexon-solidity-d4bb71afee90a9e097812c0925eca2f234747e92.zip |
Increment version to 0.2.1
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 eb85e37b..4ecddf76 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.2.0") +set(PROJECT_VERSION "0.2.1") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |