Skip to content

Commit 2816127

Browse files
committed
Version bump to 1.0.1
1 parent 946724f commit 2816127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cmake_minimum_required(VERSION 3.13.4)
22
project(PsyDoom)
33

44
# Current game version string and version info
5-
set(GAME_VERSION_STR "1.0.0")
5+
set(GAME_VERSION_STR "1.0.1")
66
set(GAME_VERSION_MAJOR 1)
77
set(GAME_VERSION_MINOR 0)
8-
set(GAME_VERSION_BUILD 0)
8+
set(GAME_VERSION_BUILD 1)
99

1010
# Where CMake will search for .cmake module files
1111
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

0 commit comments

Comments
 (0)