diff options
author | Bob Summerwill <bob@summerwill.net> | 2016-06-01 02:01:23 +0800 |
---|---|---|
committer | Bob Summerwill <bob@summerwill.net> | 2016-06-01 02:01:23 +0800 |
commit | a0e0fa3616c1d604656e38b51618324fa6913519 (patch) | |
tree | def646fd0011576eb9b1a1c0c8d4d8180c0483b9 /CMakeLists.txt | |
parent | 4be92c0c39b62547b67ebf75e617abab1ea8b454 (diff) | |
download | dexon-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.
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 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 |