Skip to content

Commit

Permalink
Chore/bump version (#1204)
Browse files Browse the repository at this point in the history
* chore: bump Android version code

---------

Co-authored-by: Nethius <nethiuswork@gmail.com>
  • Loading branch information
albexk and Nethius authored Oct 25, 2024
1 parent 7183e85 commit e7b2571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ string(TIMESTAMP CURRENT_DATE "%Y-%m-%d")
set(RELEASE_DATE "${CURRENT_DATE}")

set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})
set(APP_ANDROID_VERSION_CODE 2068)
set(APP_ANDROID_VERSION_CODE 2069)

if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(MZ_PLATFORM_NAME "linux")
Expand Down

0 comments on commit e7b2571

Please # to comment.