start new development cycle after 3.0.0-beta1 release

This commit is contained in:
akallabeth 2023-07-21 15:15:13 +02:00 committed by Armin Novak
parent f468a06d88
commit 5de7887d93
4 changed files with 11 additions and 3 deletions

View File

@ -103,7 +103,7 @@ endif()
set(WITH_LIBRARY_VERSIONING "ON")
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.0.0-beta1")
set(RAW_VERSION_STRING "3.0.0-dev2")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)

View File

@ -1,3 +1,11 @@
# YYYY-MM-DD Version 3.x.y
Noteworthy changes:
For a complete and detailed change log since the last release run:
git log 3.x.y..3.0.0-beta1
# 2023-07-21 Version 3.0.0-beta1
We are pleased to announce the first beta release for the next stable 3.0

View File

@ -56,7 +56,7 @@
#define TAG CLIENT_TAG("android")
/* Defines the JNI version supported by this library. */
#define FREERDP_JNI_VERSION "3.0.0-beta1"
#define FREERDP_JNI_VERSION "3.0.0-dev2"
static void android_OnChannelConnectedEventHandler(void* context,
const ChannelConnectedEventArgs* e)

View File

@ -122,7 +122,7 @@ endif()
# Soname versioning
set(VERSION_REGEX "^(.*)([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")
set(RAW_VERSION_STRING "3.0.0-beta1")
set(RAW_VERSION_STRING "3.0.0-dev2")
if(EXISTS "${PROJECT_SOURCE_DIR}/.source_tag")
file(READ ${PROJECT_SOURCE_DIR}/.source_tag RAW_VERSION_STRING)
elseif(USE_VERSION_FROM_GIT_TAG)