We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d7611 commit b95388dCopy full SHA for b95388d
1 file changed
CMakeLists.txt
@@ -215,15 +215,15 @@ endif()
215
add_definitions(
216
-DVERSION_MAJOR=0
217
-DVERSION_MINOR=38
218
- -DVERSION_REVISION=6
+ -DVERSION_REVISION=7
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.6-main")
226
-set(COW_ANDROID_VERSION_CODE "67")
+set(COW_ANDROID_VERSION_NAME "0.38.7-main")
+set(COW_ANDROID_VERSION_CODE "68")
227
228
###################################################################################
229
# Set up some compiler and linking options
0 commit comments