diff options
author | chriseth <c@ethdev.com> | 2016-02-18 00:33:20 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-02-18 00:33:20 +0800 |
commit | ef92f5661b06f7a277aec4b76f3eb62772239e69 (patch) | |
tree | c89b086c18c26a52b63fed7f1d05be27619e5650 | |
parent | a14185a5cb60fbaccef9beefb84da90c043eecaa (diff) | |
parent | d3bb5d01da0621d4b06b1d0113ad17e646132e1c (diff) | |
download | dexon-solidity-ef92f5661b06f7a277aec4b76f3eb62772239e69.tar.gz dexon-solidity-ef92f5661b06f7a277aec4b76f3eb62772239e69.tar.zst dexon-solidity-ef92f5661b06f7a277aec4b76f3eb62772239e69.zip |
Merge pull request #398 from chriseth/version
Update version to 0.2.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ecddf76..a856b883 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.1") +set(PROJECT_VERSION "0.2.2") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |