Started next development cycle

This commit is contained in:
Armin Novak
2018-08-01 12:33:34 +02:00
parent a4f147683d
commit 97e7eca30c
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-rc3")
set(RAW_VERSTION_STRING "2.0.0-dev4")
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 = 13
versionCode = 14
versionName = rootProject.ext.versionName
}

View File

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