Updated versions to 2.1.2
authorArmin Novak <armin.novak@thincast.com>
Mon, 22 Jun 2020 10:26:08 +0000 (12:26 +0200)
committerArmin Novak <armin.novak@thincast.com>
Mon, 22 Jun 2020 10:26:08 +0000 (12:26 +0200)
CMakeLists.txt
client/Android/Studio/build.gradle
client/Android/android_freerdp.c
winpr/CMakeLists.txt

index 1d685b9..be4fcbb 100644 (file)
@@ -81,7 +81,7 @@ if ($ENV{BUILD_NUMBER})
 endif()
 set(WITH_LIBRARY_VERSIONING "ON")
 
-set(RAW_VERSION_STRING "2.1.1")
+set(RAW_VERSION_STRING "2.1.2")
 if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
        file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
 elseif(USE_VERSION_FROM_GIT_TAG)
index 319280d..01a7ae2 100644 (file)
@@ -29,7 +29,7 @@ def getVersionName = { ->
 
 ext {
     versionName = properties.get('VERSION_NAME', getVersionName())
-    versionCode = properties.get('VERSION_CODE', 17)
+    versionCode = properties.get('VERSION_CODE', 18)
 
     println '----------------- Project configuration -------------------'
     println 'VERSION_NAME:       ' + versionName
index 0b0f27b..a9a9520 100644 (file)
@@ -56,7 +56,7 @@
 #define TAG CLIENT_TAG("android")
 
 /* Defines the JNI version supported by this library. */
-#define FREERDP_JNI_VERSION "2.1.1"
+#define FREERDP_JNI_VERSION "2.1.2"
 
 static void android_OnChannelConnectedEventHandler(void* context, ChannelConnectedEventArgs* e)
 {
index a8b6603..54a1649 100644 (file)
@@ -51,7 +51,7 @@ if (NOT WIN32)
 endif()
 
 # Soname versioning
-set(RAW_VERSION_STRING "2.1.1")
+set(RAW_VERSION_STRING "2.1.2")
 if(EXISTS "${CMAKE_SOURCE_DIR}/.source_tag")
        file(READ ${CMAKE_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
 elseif(USE_VERSION_FROM_GIT_TAG)