Skip to content

Commit

Permalink
[release] updated version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Feb 16, 2023
1 parent 3bd7890 commit 3a559cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -85,7 +85,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(WITH_LIBRARY_VERSIONING "ON")

set(RAW_VERSION_STRING "2.9.0")
set(RAW_VERSION_STRING "2.10.0")
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/android_freerdp.c
Expand Up @@ -57,7 +57,7 @@
#define TAG CLIENT_TAG("android")

/* Defines the JNI version supported by this library. */
#define FREERDP_JNI_VERSION "2.9.0"
#define FREERDP_JNI_VERSION "2.10.0"

static void android_OnChannelConnectedEventHandler(void* context, ChannelConnectedEventArgs* e)
{
Expand Down
2 changes: 1 addition & 1 deletion winpr/CMakeLists.txt
Expand Up @@ -57,7 +57,7 @@ if (NOT WIN32)
endif()

# Soname versioning
set(RAW_VERSION_STRING "2.9.0")
set(RAW_VERSION_STRING "2.10.0")
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 3a559cc

Please sign in to comment.