diff options
author | chriseth <c@ethdev.com> | 2015-09-23 06:34:37 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-09-23 06:34:37 +0800 |
commit | 028f561dac6aec0692daa8217b0ee1e3a0c5aa72 (patch) | |
tree | e88a3e84146a77e1ba903be1f06b9cbe9a144dce | |
parent | 3841d399044f1f09b2bed25b58bf30c0e31441f0 (diff) | |
parent | a9cc7c33a02a2660621f37bdbc90e2bbc71eebbd (diff) | |
download | dexon-solidity-028f561dac6aec0692daa8217b0ee1e3a0c5aa72.tar.gz dexon-solidity-028f561dac6aec0692daa8217b0ee1e3a0c5aa72.tar.zst dexon-solidity-028f561dac6aec0692daa8217b0ee1e3a0c5aa72.zip |
Merge pull request #88 from chriseth/versionBump
Version 0.1.3.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 06794540..db82855f 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.1.2") +set(PROJECT_VERSION "0.1.3") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |