From 7be5f9c983a8722fe485dbe02182dac4a87e415f Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 19 Nov 2015 11:33:25 +0000 Subject: [PATCH] Update version number for 5.4.95 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b0e8428f..5986c2b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(breeze) -set(PROJECT_VERSION "5.4.90") +set(PROJECT_VERSION "5.4.95") set(PROJECT_VERSION_MAJOR 5) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)