From 6a68e845da914bc28608eaaf86cc63d739320775 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 22 Sep 2017 13:09:05 +0200 Subject: [PATCH] Bump minor version to v1.10.0 There are changes with the difficult skill level behavior and not only bugfixes. It makes sense to bump the minor version. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 565b049..4624989 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,8 +11,8 @@ link_directories (${CMAKE_INSTALL_PREFIX}/lib) project (planetblupi) set (PB_VERSION_MAJOR 1) -set (PB_VERSION_MINOR 9) -set (PB_VERSION_PATCH 3) +set (PB_VERSION_MINOR 10) +set (PB_VERSION_PATCH 0) set (PB_VERSION_EXTRA "") set (PB_PRODUCT_NAME "Planet Blupi") set (PB_PACKAGE_NAME "planetblupi")