Increased version to 2.3.0
authorArmin Novak <armin.novak@thincast.com>
Fri, 5 Feb 2021 10:13:11 +0000 (11:13 +0100)
committerakallabeth <akallabeth@users.noreply.github.com>
Thu, 25 Feb 2021 08:51:41 +0000 (09:51 +0100)
CMakeLists.txt
client/Android/Studio/build.gradle
client/Android/android_freerdp.c
winpr/CMakeLists.txt

index 70dcd9e..c22db2d 100644 (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)
index c1d7dd2..285ac6e 100644 (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
index f269b46..7404cc8 100644 (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)
 {
index a94090a..78271a4 100644 (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)