Skip to content

Commit

Permalink
increased game version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Jun 16, 2024
1 parent 5030214 commit 9646469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,13 @@ endif()
add_definitions(
-DVERSION_MAJOR=0
-DVERSION_MINOR=36
-DVERSION_REVISION=4
-DVERSION_REVISION=5
-DVERSION_SUFFIX="main"
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
)

set(COW_ANDROID_VERSION_NAME "0.36.4-main")
set(COW_ANDROID_VERSION_CODE "57")
set(COW_ANDROID_VERSION_NAME "0.36.5-main")
set(COW_ANDROID_VERSION_CODE "58")

###################################################################################
# Set up some compiler and linking options
Expand Down

0 comments on commit 9646469

Please sign in to comment.