diff options
author | chriseth <c@ethdev.com> | 2015-11-17 23:09:29 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-11-17 23:09:29 +0800 |
commit | b4e666ccf4fe39b0a1fc909b61daf6dc39e77fc4 (patch) | |
tree | 18618866ee055e9e16fee100b08b2ee74966e79f | |
parent | f4de369bad278936f7e3456ee71a77a264a1bedb (diff) | |
parent | b00e9167766279213e62047fe155dc4b8c7838d4 (diff) | |
download | dexon-solidity-b4e666ccf4fe39b0a1fc909b61daf6dc39e77fc4.tar.gz dexon-solidity-b4e666ccf4fe39b0a1fc909b61daf6dc39e77fc4.tar.zst dexon-solidity-b4e666ccf4fe39b0a1fc909b61daf6dc39e77fc4.zip |
Merge pull request #221 from chriseth/version
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 |