diff options
author | chriseth <chris@ethereum.org> | 2017-07-06 20:11:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 20:11:14 +0800 |
commit | eb461b73d1fc0f367af8874cc70f74479e62e13b (patch) | |
tree | 0991590c00525bf737617d870228cee00ae81a13 | |
parent | 40d4ee49528affa1e88031920a9be57375ad5788 (diff) | |
download | dexon-solidity-eb461b73d1fc0f367af8874cc70f74479e62e13b.tar.gz dexon-solidity-eb461b73d1fc0f367af8874cc70f74479e62e13b.tar.zst dexon-solidity-eb461b73d1fc0f367af8874cc70f74479e62e13b.zip |
Bump version.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f7220b17..b29bc414 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.4.13") +set(PROJECT_VERSION "0.4.14") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies |