diff options
author | chriseth <c@ethdev.com> | 2015-09-30 22:50:28 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-09-30 22:50:28 +0800 |
commit | 019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4 (patch) | |
tree | 916d56b8b8254c5fcc5d8f38a78c293caa7f0225 | |
parent | 3ff932c87255a50f600231223d1ee7444c756fb0 (diff) | |
download | dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.gz dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.bz2 dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.lz dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.xz dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.zst dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.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 db82855f..77afcf3e 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.3") +set(PROJECT_VERSION "0.1.4") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |