Increased version to 2.3.0

This commit is contained in:
Armin Novak 2021-02-05 11:13:11 +01:00 committed by akallabeth
parent 377c61648f
commit 5e89baddd9
4 changed files with 4 additions and 4 deletions

View File

@ -81,7 +81,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(RAW_VERSION_STRING "2.2.0")
set(RAW_VERSION_STRING "2.3.0")
if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)

View File

@ -29,7 +29,7 @@ def getVersionName = { ->
ext {
versionName = properties.get('VERSION_NAME', getVersionName())
versionCode = properties.get('VERSION_CODE', 19)
versionCode = properties.get('VERSION_CODE', 20)
println '----------------- Project configuration -------------------'
println 'VERSION_NAME: ' + versionName

View File

@ -56,7 +56,7 @@
#define TAG CLIENT_TAG("android")
/* Defines the JNI version supported by this library. */
#define FREERDP_JNI_VERSION "2.2.0"
#define FREERDP_JNI_VERSION "2.3.0"
static void android_OnChannelConnectedEventHandler(void* context, ChannelConnectedEventArgs* e)
{

View File

@ -51,7 +51,7 @@ if (NOT WIN32)
endif()
# Soname versioning
set(RAW_VERSION_STRING "2.2.0")
set(RAW_VERSION_STRING "2.3.0")
if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)