Skip to content

Commit f19ba3a

Browse files
committed
version update
1 parent b87cce7 commit f19ba3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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=1
218+
-DVERSION_REVISION=2
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.1-main")
226-
set(COW_ANDROID_VERSION_CODE "62")
225+
set(COW_ANDROID_VERSION_NAME "0.38.2-main")
226+
set(COW_ANDROID_VERSION_CODE "63")
227227

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

0 commit comments

Comments
 (0)