mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Change version to 1.9
It makes more sense because it's mostly the same game for the end-user. Of course there are a lot of internal changes like the use of SDL2 instead of DirectX.
This commit is contained in:
parent
bd88b7fe94
commit
5467382cda
@ -10,8 +10,8 @@ include_directories (${CMAKE_INSTALL_PREFIX}/include)
|
||||
link_directories (${CMAKE_INSTALL_PREFIX}/lib)
|
||||
|
||||
project (planetblupi)
|
||||
set (PB_VERSION_MAJOR 2)
|
||||
set (PB_VERSION_MINOR 0)
|
||||
set (PB_VERSION_MAJOR 1)
|
||||
set (PB_VERSION_MINOR 9)
|
||||
set (PB_VERSION_PATCH 0)
|
||||
|
||||
configure_file (
|
||||
|
Loading…
x
Reference in New Issue
Block a user