Skip to content

Commit cb9c72d

Browse files
committed
Bump version to 1.1.0
1 parent 7a455dc commit cb9c72d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ if(APPLE)
292292
set(MACOSX_BUNDLE_BUNDLE_NAME "${EXECUTABLE_NAME}")
293293
set(MACOSX_BUNDLE_ICON_FILE "fallout2-ce.icns")
294294
set(MACOSX_BUNDLE_DISPLAY_NAME "Fallout 2")
295+
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "1.1.0")
296+
set(MACOSX_BUNDLE_BUNDLE_VERSION "1.1.0")
295297
endif()
296298

297299
add_subdirectory("third_party/fpattern")

os/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId 'com.alexbatalov.fallout2ce'
1010
minSdk 21
1111
targetSdk 32
12-
versionCode 1
13-
versionName '1.0'
12+
versionCode 2
13+
versionName '1.1.0'
1414
externalNativeBuild {
1515
cmake {
1616
arguments '-DANDROID_STL=c++_static'

0 commit comments

Comments
 (0)