From 91c8a778bae5605d7f996e5c2f76b013403f9439 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 30 Oct 2022 21:11:13 +0100 Subject: [PATCH] Bump for the next version (1.15.0-rc1) --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efc92eb..2a8beb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,9 +13,9 @@ link_directories (${CMAKE_INSTALL_PREFIX}/lib) project (planetblupi) set (PB_VERSION_MAJOR 1) -set (PB_VERSION_MINOR 14) -set (PB_VERSION_PATCH 2) -set (PB_VERSION_EXTRA "") +set (PB_VERSION_MINOR 15) +set (PB_VERSION_PATCH 0) +set (PB_VERSION_EXTRA "-rc1") set (PB_PRODUCT_NAME "Planet Blupi") set (PB_PACKAGE_NAME "planetblupi") set (PB_EXEC "planetblupi")