Skip to content

Commit 61a4725

Browse files
committed
Preparations for next patch
1 parent 740a3e6 commit 61a4725

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
BUILD_TYPE: Release
55
QT_Version: '6.8.3'
66
workspace: 'D:/a/Commander_Wars/Commander_Wars'
7-
JAVA_PATH: 'C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk/17.0.16-8/x64/'
7+
# JAVA_PATH: 'C:/hostedtoolcache/windows/Java_Temurin-Hotspot_jdk/17.0.16-8/x64/'
88
ANDROID_OPEN_SSL_TAG: '57056d6dd94c235a67b1bc0e4befdba8f9e11c8d'
99

1010
jobs:

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,15 @@ endif()
215215
add_definitions(
216216
-DVERSION_MAJOR=0
217217
-DVERSION_MINOR=38
218-
-DVERSION_REVISION=5
218+
-DVERSION_REVISION=6
219219
-DVERSION_SUFFIX="main"
220220
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
221221
-DCOW_BUILD_NAME="${COW_BUILD_NAME}"
222222
-DUPDATE_FILE="${UPDATE_FILE}"
223223
)
224224

225-
set(COW_ANDROID_VERSION_NAME "0.38.5-main")
226-
set(COW_ANDROID_VERSION_CODE "66")
225+
set(COW_ANDROID_VERSION_NAME "0.38.6-main")
226+
set(COW_ANDROID_VERSION_CODE "67")
227227

228228
###################################################################################
229229
# Set up some compiler and linking options

0 commit comments

Comments
 (0)