diff options
author | chriseth <c@ethdev.com> | 2015-11-17 22:16:30 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-11-17 22:16:30 +0800 |
commit | b00e9167766279213e62047fe155dc4b8c7838d4 (patch) | |
tree | 18618866ee055e9e16fee100b08b2ee74966e79f | |
parent | f4de369bad278936f7e3456ee71a77a264a1bedb (diff) | |
download | dexon-solidity-b00e9167766279213e62047fe155dc4b8c7838d4.tar.gz dexon-solidity-b00e9167766279213e62047fe155dc4b8c7838d4.tar.zst dexon-solidity-b00e9167766279213e62047fe155dc4b8c7838d4.zip |
Increment version to 0.1.7
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c73a5ff..4b887365 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.1.6") +set(PROJECT_VERSION "0.1.7") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |