aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-04-01 00:47:56 +0800
committerchriseth <c@ethdev.com>2016-04-01 00:47:56 +0800
commitc67926cf2be95e9275eb2b7fe904131e7e8842ad (patch)
tree1c79878a12a675316c6933a75b70b1a5677819ef
parent15a4f4d322bbc378beb9a9f0429c9f1cd6dd3893 (diff)
parent33b954599589695181d995583413fa7184616cbd (diff)
downloaddexon-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.txt2
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