From 03bfa3bbe917bd845d1308a3a93f4d66f55edfe5 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 21 Feb 2017 11:38:14 +0000 Subject: [PATCH] Update version number for 5.8.6 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 23b2a768..2466b2a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze) -set(PROJECT_VERSION "5.8.5") +set(PROJECT_VERSION "5.8.6") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)