diff options
author | chriseth <c@ethdev.com> | 2015-10-08 00:43:52 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-10-08 00:43:52 +0800 |
commit | 23865e39295dd9199769727b037c1d126807b20e (patch) | |
tree | 30c1f922efc5097baeb3dd1f48f082eb422ed13e | |
parent | b4f817d9d93d9920b6034e0043ac1abb234b596c (diff) | |
parent | 090832c4b16787e6d064254433a9890d18240dba (diff) | |
download | dexon-solidity-23865e39295dd9199769727b037c1d126807b20e.tar.gz dexon-solidity-23865e39295dd9199769727b037c1d126807b20e.tar.zst dexon-solidity-23865e39295dd9199769727b037c1d126807b20e.zip |
Merge pull request #124 from chriseth/version
Set version to 0.1.5.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 77afcf3e..d1ab1bf6 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.4") +set(PROJECT_VERSION "0.1.5") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |