1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

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.
This commit is contained in:
Mathieu Schroeter 2017-09-22 13:09:05 +02:00
parent 1dcddd1f6c
commit 6a68e845da

View File

@ -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")