aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-01-30 23:40:13 +0800
committerchriseth <c@ethdev.com>2016-01-30 23:40:13 +0800
commit91a6b35f18c9e3ae38b08460ba3b0d3590e573dc (patch)
tree3126522b90748fbbf78b2695e21a324bb5d4028c
parentb5489de1f07d1d3334e75816bcea660837d8c1f0 (diff)
parentd4bb71afee90a9e097812c0925eca2f234747e92 (diff)
downloaddexon-solidity-91a6b35f18c9e3ae38b08460ba3b0d3590e573dc.tar.gz
dexon-solidity-91a6b35f18c9e3ae38b08460ba3b0d3590e573dc.tar.zst
dexon-solidity-91a6b35f18c9e3ae38b08460ba3b0d3590e573dc.zip
Merge pull request #378 from chriseth/version
Increment version to 0.2.1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index eb85e37b..4ecddf76 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.2.0")
+set(PROJECT_VERSION "0.2.1")
project(solidity VERSION ${PROJECT_VERSION})
# Let's find our dependencies