Skip to content

Commit f5704e0

Browse files
akallabethmfleisz
authored andcommitted
start development cycle 3.3.1-dev0
1 parent a1d8b55 commit f5704e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ if ($ENV{BUILD_NUMBER})
9999
endif()
100100

101101
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
102-
set(RAW_VERSION_STRING "3.3.0")
102+
set(RAW_VERSION_STRING "3.3.1-dev0")
103103
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
104104
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
105105
elseif(USE_VERSION_FROM_GIT_TAG)

client/Android/Studio/freeRDPCore/src/main/cpp/android_freerdp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
#define TAG CLIENT_TAG("android")
5757

5858
/* Defines the JNI version supported by this library. */
59-
#define FREERDP_JNI_VERSION "3.3.0"
59+
#define FREERDP_JNI_VERSION "3.3.1-dev0"
6060
static void android_OnChannelConnectedEventHandler(void* context,
6161
const ChannelConnectedEventArgs* e)
6262
{

winpr/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ endif()
137137

138138
# Soname versioning
139139
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
140-
set(RAW_VERSION_STRING "3.3.0")
140+
set(RAW_VERSION_STRING "3.3.1-dev0")
141141
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
142142
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
143143
elseif(USE_VERSION_FROM_GIT_TAG)

0 commit comments

Comments
 (0)