From d3bb5d01da0621d4b06b1d0113ad17e646132e1c Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 17 Feb 2016 17:32:36 +0100 Subject: Update version to 0.2.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ecddf76..a856b883 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.1") +set(PROJECT_VERSION "0.2.2") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies -- cgit