From a0e0fa3616c1d604656e38b51618324fa6913519 Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 31 May 2016 11:01:23 -0700 Subject: Updated version number to 0.3.4. This is a really minor release, corresponding to webthree-umbrella 1.2.5 -> 1.2.6. Just a couple of days worth of changes. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d0e3f66..35a44d1c 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.3") +set(PROJECT_VERSION "0.3.4") project(solidity VERSION ${PROJECT_VERSION}) # Let's find our dependencies -- cgit