Skip to content

Commit

Permalink
Updated versions to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jun 22, 2020
1 parent 96333fd commit 93bed51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion client/Android/Studio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/Android/android_freerdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion winpr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 93bed51

Please sign in to comment.