We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946724f commit 2816127Copy full SHA for 2816127
CMakeLists.txt
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.13.4)
2
project(PsyDoom)
3
4
# Current game version string and version info
5
-set(GAME_VERSION_STR "1.0.0")
+set(GAME_VERSION_STR "1.0.1")
6
set(GAME_VERSION_MAJOR 1)
7
set(GAME_VERSION_MINOR 0)
8
-set(GAME_VERSION_BUILD 0)
+set(GAME_VERSION_BUILD 1)
9
10
# Where CMake will search for .cmake module files
11
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
0 commit comments