From 0dcd9a09a6f69113c673f1a3bb03810f0d9fe21a Mon Sep 17 00:00:00 2001 From: Bob Summerwill Date: Tue, 31 May 2016 12:31:59 -0700 Subject: [PATCH] Updated version to v1.2.6. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abd5b409a..1c66396ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ include(EthPolicy) eth_policy() # project name and version should be set after cmake_policy CMP0048 -project(cpp-ethereum VERSION "1.2.5") +project(cpp-ethereum VERSION "1.2.6") include(EthCompilerSettings)