From 4dc0a20cb562dffbeb958c964ba506b2dc4b62d9 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 7 Feb 2017 11:05:49 +0000 Subject: [PATCH 1/2] Update version number for 5.9.1 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ca9f417..f659ada8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze) -set(PROJECT_VERSION "5.9.0") +set(PROJECT_VERSION "5.9.1") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) From 4e56930b66d022fd020b641c5832ae7ec0f06e67 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Tue, 14 Feb 2017 12:13:13 +0000 Subject: [PATCH 2/2] Update version number for 5.9.2 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f659ada8..7ae7ff88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze) -set(PROJECT_VERSION "5.9.1") +set(PROJECT_VERSION "5.9.2") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)