Skip to content

Commit b95388d

Browse files
committed
added new version info
1 parent 17d7611 commit b95388d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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=6
218+
-DVERSION_REVISION=7
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.6-main")
226-
set(COW_ANDROID_VERSION_CODE "67")
225+
set(COW_ANDROID_VERSION_NAME "0.38.7-main")
226+
set(COW_ANDROID_VERSION_CODE "68")
227227

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

0 commit comments

Comments
 (0)