diff options
author | chriseth <c@ethdev.com> | 2016-06-10 23:59:30 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-06-10 23:59:30 +0800 |
commit | 0aa81f5100032065dc95f4c15144b820dfd1c1f3 (patch) | |
tree | 78e680a3d4cc32d0ec04c847186b746b5237be67 /CMakeLists.txt | |
parent | 31aa67f1caa802817e376745d01e187a26eaaea5 (diff) | |
download | dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.gz dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.zst dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.zip |
Version 0.3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a44d1c..6d5bd606 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.3.4") +set(PROJECT_VERSION "0.3.5") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |