new: development cycle dev5

This commit is contained in:
Bernhard Miklautz 2018-11-20 11:49:34 +01:00
parent e21b72c95f
commit 58091dc138
3 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(RAW_VERSTION_STRING "2.0.0-rc4")
set(RAW_VERSTION_STRING "2.0.0-dev5")
if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSTION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)

View File

@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
vectorDrawables.useSupportLibrary = true
versionCode = 14
versionCode = 15
versionName = rootProject.ext.versionName
}

View File

@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
vectorDrawables.useSupportLibrary = true
versionCode = 14
versionCode = 15
versionName = rootProject.ext.versionName
}