From 8f51f0c9cf33dff0d410dc8eadb0763d8c79a496 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Thu, 2 Nov 2017 17:57:31 +0100 Subject: [PATCH] Prepare new release v1.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1fbf90..292091c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ link_directories (${CMAKE_INSTALL_PREFIX}/lib) project (planetblupi) set (PB_VERSION_MAJOR 1) -set (PB_VERSION_MINOR 11) +set (PB_VERSION_MINOR 12) set (PB_VERSION_PATCH 0) set (PB_VERSION_EXTRA "") set (PB_PRODUCT_NAME "Planet Blupi")