We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87cce7 commit f19ba3aCopy full SHA for f19ba3a
CMakeLists.txt
@@ -215,15 +215,15 @@ endif()
215
add_definitions(
216
-DVERSION_MAJOR=0
217
-DVERSION_MINOR=38
218
- -DVERSION_REVISION=1
+ -DVERSION_REVISION=2
219
-DVERSION_SUFFIX="main"
220
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
221
-DCOW_BUILD_NAME="${COW_BUILD_NAME}"
222
-DUPDATE_FILE="${UPDATE_FILE}"
223
)
224
225
-set(COW_ANDROID_VERSION_NAME "0.38.1-main")
226
-set(COW_ANDROID_VERSION_CODE "62")
+set(COW_ANDROID_VERSION_NAME "0.38.2-main")
+set(COW_ANDROID_VERSION_CODE "63")
227
228
###################################################################################
229
# Set up some compiler and linking options
0 commit comments