aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-06-01 02:01:23 +0800
committerBob Summerwill <bob@summerwill.net>2016-06-01 02:01:23 +0800
commita0e0fa3616c1d604656e38b51618324fa6913519 (patch)
treedef646fd0011576eb9b1a1c0c8d4d8180c0483b9
parent4be92c0c39b62547b67ebf75e617abab1ea8b454 (diff)
downloaddexon-solidity-a0e0fa3616c1d604656e38b51618324fa6913519.tar.gz
dexon-solidity-a0e0fa3616c1d604656e38b51618324fa6913519.tar.zst
dexon-solidity-a0e0fa3616c1d604656e38b51618324fa6913519.zip
Updated version number to 0.3.4.
This is a really minor release, corresponding to webthree-umbrella 1.2.5 -> 1.2.6. Just a couple of days worth of changes.
-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