next-dev-2.11.8-dev

This commit is contained in:
akallabeth 2024-04-22 11:11:27 +02:00 committed by akallabeth
parent 7f6cc93c21
commit a383740a2f
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ if ($ENV{BUILD_NUMBER})
endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(RAW_VERSION_STRING "2.11.7")
set(RAW_VERSION_STRING "2.11.8-dev")
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

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

View File

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