diff options
author | chriseth <c@ethdev.com> | 2016-04-18 23:33:11 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-04-18 23:33:11 +0800 |
commit | 81ae2a78321fddcd2d32efc51568ebeca28866a8 (patch) | |
tree | fe5c75828995c55fbd1fa11f5396fc753b36fa18 | |
parent | 7ba6c98e5f3b58290498b1534ab5355ff36c6e8f (diff) | |
download | dexon-solidity-81ae2a78321fddcd2d32efc51568ebeca28866a8.tar.gz dexon-solidity-81ae2a78321fddcd2d32efc51568ebeca28866a8.tar.zst dexon-solidity-81ae2a78321fddcd2d32efc51568ebeca28866a8.zip |
Version change.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 35d21fa6..8120847b 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.1") +set(PROJECT_VERSION "0.3.2") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |