Skip to content

Commit

Permalink
[release] update to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Jan 19, 2024
1 parent a387b98 commit bb87d4c
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 @@ -97,7 +97,7 @@ if ($ENV{BUILD_NUMBER})
endif()

set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.1.1-dev0")
set(RAW_VERSION_STRING "3.2.0")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)
Expand Down
Expand Up @@ -56,7 +56,7 @@
#define TAG CLIENT_TAG("android")

/* Defines the JNI version supported by this library. */
#define FREERDP_JNI_VERSION "3.1.1-dev0"
#define FREERDP_JNI_VERSION "3.2.0"
static void android_OnChannelConnectedEventHandler(void* context,
const ChannelConnectedEventArgs* e)
{
Expand Down
2 changes: 1 addition & 1 deletion winpr/CMakeLists.txt
Expand Up @@ -131,7 +131,7 @@ endif()

# Soname versioning
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.1.1-dev0")
set(RAW_VERSION_STRING "3.2.0")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)
Expand Down

0 comments on commit bb87d4c

Please sign in to comment.