aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-06-10 23:59:30 +0800
committerchriseth <c@ethdev.com>2016-06-10 23:59:30 +0800
commit0aa81f5100032065dc95f4c15144b820dfd1c1f3 (patch)
tree78e680a3d4cc32d0ec04c847186b746b5237be67
parent31aa67f1caa802817e376745d01e187a26eaaea5 (diff)
downloaddexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.gz
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.bz2
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.lz
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.xz
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.tar.zst
dexon-solidity-0aa81f5100032065dc95f4c15144b820dfd1c1f3.zip
Version 0.3.5
-rw-r--r--CMakeLists.txt2
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