aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-06-01 02:01:48 +0800
committerBob Summerwill <bob@summerwill.net>2016-06-01 02:01:48 +0800
commit7dab8902789b15190e39d4fed0bc46418f1ace5e (patch)
treedef646fd0011576eb9b1a1c0c8d4d8180c0483b9
parent4be92c0c39b62547b67ebf75e617abab1ea8b454 (diff)
parenta0e0fa3616c1d604656e38b51618324fa6913519 (diff)
downloaddexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar.gz
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar.bz2
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar.lz
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar.xz
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.tar.zst
dexon-solidity-7dab8902789b15190e39d4fed0bc46418f1ace5e.zip
Merge pull request #620 from bobsummerwill/version
Updated version number to 0.3.4.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d0e3f66..35a44d1c 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.3")
+set(PROJECT_VERSION "0.3.4")
project(solidity VERSION ${PROJECT_VERSION})
# Let's find our dependencies