Skip to content

Commit cc2c24e

Browse files
committed
updated version info
1 parent d7dea10 commit cc2c24e

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
@@ -213,13 +213,13 @@ endif()
213213
add_definitions(
214214
-DVERSION_MAJOR=0
215215
-DVERSION_MINOR=36
216-
-DVERSION_REVISION=3
216+
-DVERSION_REVISION=4
217217
-DVERSION_SUFFIX="main"
218218
-DCOW_BUILD_TAG="${COW_BUILD_TAG}"
219219
)
220220

221-
set(COW_ANDROID_VERSION_NAME "0.36.3-main")
222-
set(COW_ANDROID_VERSION_CODE "56")
221+
set(COW_ANDROID_VERSION_NAME "0.36.4-main")
222+
set(COW_ANDROID_VERSION_CODE "57")
223223

224224
###################################################################################
225225
# Set up some compiler and linking options

0 commit comments

Comments
 (0)