Skip to content

Commit

Permalink
Updated version number to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Jun 4, 2023
1 parent 651b028 commit 0b15a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ if(Git_FOUND)

set(GAME_VERSION_MAJOR "0")
set(GAME_VERSION_MINOR "4")
set(GAME_VERSION_PATCH "1")
set(GAME_VERSION_PATCH "2")
set(GAME_VERSION "${GAME_VERSION_MAJOR}.${GAME_VERSION_MINOR}.${GAME_VERSION_PATCH} Revision ${GAME_VERSION_REVISION}")
endif()
endif()
else()
set(GAME_VERSION_MAJOR "0")
set(GAME_VERSION_MINOR "4")
set(GAME_VERSION_PATCH "1")
set(GAME_VERSION_PATCH "2")
set(GAME_VERSION "${GAME_VERSION_MAJOR}.${GAME_VERSION_MINOR}.${GAME_VERSION_PATCH}")
endif()

Expand Down

0 comments on commit 0b15a89

Please sign in to comment.