Skip to content

Commit

Permalink
Updated version number to 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
klei1984 committed Oct 7, 2023
1 parent 08e0dd9 commit 86ef552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ if(Git_FOUND)
endif()

set(GAME_VERSION_MAJOR "0")
set(GAME_VERSION_MINOR "4")
set(GAME_VERSION_PATCH "2")
set(GAME_VERSION_MINOR "5")
set(GAME_VERSION_PATCH "0")
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 "2")
set(GAME_VERSION_MINOR "5")
set(GAME_VERSION_PATCH "0")
set(GAME_VERSION "${GAME_VERSION_MAJOR}.${GAME_VERSION_MINOR}.${GAME_VERSION_PATCH}")
endif()

Expand Down

0 comments on commit 86ef552

Please sign in to comment.