Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Aug 16, 2023
1 parent 8692615 commit b71c849
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 @@ -210,13 +210,13 @@ endif()
add_definitions(
-DVERSION_MAJOR=0
-DVERSION_MINOR=33
-DVERSION_REVISION=0
-DVERSION_REVISION=1
-DVERSION_SUFFIX="main"
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
)

set(COW_ANDROID_VERSION_NAME "0.33.0-beta")
set(COW_ANDROID_VERSION_CODE "44")
set(COW_ANDROID_VERSION_NAME "0.33.1-beta")
set(COW_ANDROID_VERSION_CODE "45")

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

0 comments on commit b71c849

Please sign in to comment.