build: set version to 2.0.0-dev3

start 2.0.0-rc3 development cycle
This commit is contained in:
Bernhard Miklautz
2018-04-11 13:36:33 +02:00
parent 7a7b180277
commit d309a1ba33
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(RAW_VERSTION_STRING "2.0.0-rc2")
set(RAW_VERSTION_STRING "2.0.0-dev3")
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 = 12
versionCode = 13
versionName = rootProject.ext.versionName
}

View File

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