Skip to content

Commit 6547b2d

Browse files
committed
started 3.0.0-dev6 cycle
1 parent e6fffdb commit 6547b2d

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
@@ -110,7 +110,7 @@ endif()
110110
set(WITH_LIBRARY_VERSIONING "ON")
111111

112112
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
113-
set(RAW_VERSION_STRING "3.0.0-rc0")
113+
set(RAW_VERSION_STRING "3.0.0-dev6")
114114
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
115115
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
116116
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.0.0-rc0"
59+
#define FREERDP_JNI_VERSION "3.0.0-dev6"
6060

6161
static void android_OnChannelConnectedEventHandler(void* context,
6262
const ChannelConnectedEventArgs* e)

winpr/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ endif()
131131

132132
# Soname versioning
133133
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
134-
set(RAW_VERSION_STRING "3.0.0-rc0")
134+
set(RAW_VERSION_STRING "3.0.0-dev6")
135135
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
136136
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
137137
elseif(USE_VERSION_FROM_GIT_TAG)

0 commit comments

Comments
 (0)