From 019ae645a71e1a0d7d54a1f30ce0527fb5e2e9a4 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 30 Sep 2015 16:50:28 +0200 Subject: Version change. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit