diff options
author | chriseth <c@ethdev.com> | 2016-06-11 00:00:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-11 00:00:49 +0800 |
commit | 5f97274a6cc2d9346357d69b2c4a9348cdffa7f9 (patch) | |
tree | 78e680a3d4cc32d0ec04c847186b746b5237be67 | |
parent | 31aa67f1caa802817e376745d01e187a26eaaea5 (diff) | |
parent | 0aa81f5100032065dc95f4c15144b820dfd1c1f3 (diff) | |
download | dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar.gz dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar.bz2 dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar.lz dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar.xz dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.tar.zst dexon-solidity-5f97274a6cc2d9346357d69b2c4a9348cdffa7f9.zip |
Merge pull request #646 from chriseth/version
Version 0.3.5
-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 |