Skip to content

Commit

Permalink
release-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth authored and mfleisz committed Mar 14, 2024
1 parent 140bc94 commit 708f376
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 @@ -98,7 +98,7 @@ if ($ENV{BUILD_NUMBER})
endif()

set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.3.1-dev0")
set(RAW_VERSION_STRING "3.4.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.3.1-dev0"
#define FREERDP_JNI_VERSION "3.4.0"
static void android_OnChannelConnectedEventHandler(void* context,
const ChannelConnectedEventArgs* e)
{
Expand Down
2 changes: 1 addition & 1 deletion winpr/CMakeLists.txt
Expand Up @@ -137,7 +137,7 @@ endif()

# Soname versioning
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.3.1-dev0")
set(RAW_VERSION_STRING "3.4.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 708f376

Please sign in to comment.