aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-11-17 23:09:29 +0800
committerchriseth <c@ethdev.com>2015-11-17 23:09:29 +0800
commitb4e666ccf4fe39b0a1fc909b61daf6dc39e77fc4 (patch)
tree18618866ee055e9e16fee100b08b2ee74966e79f
parentf4de369bad278936f7e3456ee71a77a264a1bedb (diff)
parentb00e9167766279213e62047fe155dc4b8c7838d4 (diff)
downloaddexon-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.txt2
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