diff --git a/CMakeLists.txt b/CMakeLists.txt index 762e37245..9c13acd4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ if ($ENV{BUILD_NUMBER}) endif() set(WITH_LIBRARY_VERSIONING "ON") -set(RAW_VERSTION_STRING "2.0.0-rc1") +set(RAW_VERSTION_STRING "2.0.0-dev2") if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag") file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSTION_STRING) elseif(USE_VERSION_FROM_GIT_TAG) diff --git a/client/Android/Studio/build.gradle b/client/Android/Studio/build.gradle index 69691ef04..3fdec4b18 100644 --- a/client/Android/Studio/build.gradle +++ b/client/Android/Studio/build.gradle @@ -15,7 +15,7 @@ def getVersionName = { -> } ext { - versionCode = properties.get('VERSION', "11").toInteger() + versionCode = properties.get('VERSION', "12").toInteger() minSdk = properties.get('MIN_SDK', "14").toInteger() targetSdk = properties.get('TARGET_SDK', "25").toInteger() compileSdk = properties.get('COMPILE_SDK', "25").toInteger()