diff options
author | chriseth <c@ethdev.com> | 2016-04-01 00:47:56 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-04-01 00:47:56 +0800 |
commit | c67926cf2be95e9275eb2b7fe904131e7e8842ad (patch) | |
tree | 1c79878a12a675316c6933a75b70b1a5677819ef | |
parent | 15a4f4d322bbc378beb9a9f0429c9f1cd6dd3893 (diff) | |
parent | 33b954599589695181d995583413fa7184616cbd (diff) | |
download | dexon-solidity-c67926cf2be95e9275eb2b7fe904131e7e8842ad.tar.gz dexon-solidity-c67926cf2be95e9275eb2b7fe904131e7e8842ad.tar.zst dexon-solidity-c67926cf2be95e9275eb2b7fe904131e7e8842ad.zip |
Merge pull request #469 from chriseth/version
Set version to 0.3.1.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 18566bc7..a843ab89 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.0") +set(PROJECT_VERSION "0.3.1") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |