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 d7dea10 commit cc2c24eCopy full SHA for cc2c24e
CMakeLists.txt
@@ -213,13 +213,13 @@ endif()
213
add_definitions(
214
-DVERSION_MAJOR=0
215
-DVERSION_MINOR=36
216
- -DVERSION_REVISION=3
+ -DVERSION_REVISION=4
217
-DVERSION_SUFFIX="main"
218
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
219
)
220
221
-set(COW_ANDROID_VERSION_NAME "0.36.3-main")
222
-set(COW_ANDROID_VERSION_CODE "56")
+set(COW_ANDROID_VERSION_NAME "0.36.4-main")
+set(COW_ANDROID_VERSION_CODE "57")
223
224
###################################################################################
225
# Set up some compiler and linking options
0 commit comments