From 0aa81f5100032065dc95f4c15144b820dfd1c1f3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 10 Jun 2016 17:59:30 +0200 Subject: Version 0.3.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 35a44d1c..6d5bd606 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.4") +set(PROJECT_VERSION "0.3.5") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies -- cgit v1.2.3