From bc23b205b54bec3ebd4f74be73aa5a115cb5052c Mon Sep 17 00:00:00 2001 From: akallabeth Date: Wed, 10 Jan 2024 11:07:41 +0100 Subject: [PATCH] [release] start new development cycle --- CMakeLists.txt | 2 +- .../Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c | 2 +- winpr/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dcf92ec0..cd3dfb197 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ if ($ENV{BUILD_NUMBER}) endif() set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)") -set(RAW_VERSION_STRING "3.2.0") +set(RAW_VERSION_STRING "3.2.1-dev0") if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag") file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING) elseif(USE_VERSION_FROM_GIT_TAG) diff --git a/client/Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c b/client/Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c index 8b100ffbd..cd9871122 100644 --- a/client/Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c +++ b/client/Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c @@ -56,7 +56,7 @@ #define TAG CLIENT_TAG("android") /* Defines the JNI version supported by this library. */ -#define FREERDP_JNI_VERSION "3.2.0" +#define FREERDP_JNI_VERSION "3.2.1-dev0" static void android_OnChannelConnectedEventHandler(void* context, const ChannelConnectedEventArgs* e) { diff --git a/winpr/CMakeLists.txt b/winpr/CMakeLists.txt index 8cd858e8b..44853fc52 100644 --- a/winpr/CMakeLists.txt +++ b/winpr/CMakeLists.txt @@ -131,7 +131,7 @@ endif() # Soname versioning set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)") -set(RAW_VERSION_STRING "3.2.0") +set(RAW_VERSION_STRING "3.2.1-dev0") if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag") file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING) elseif(USE_VERSION_FROM_GIT_TAG)