aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-09-30 22:50:28 +0800
committerchriseth <c@ethdev.com>2015-09-30 22:50:28 +0800
commit019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4 (patch)
tree916d56b8b8254c5fcc5d8f38a78c293caa7f0225
parent3ff932c87255a50f600231223d1ee7444c756fb0 (diff)
downloaddexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.gz
dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.tar.zst
dexon-solidity-019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4.zip
Version change.
-rw-r--r--CMakeLists.txt2
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