mirror of https://github.com/FreeRDP/FreeRDP
start new development cycle after 3.0.0-beta1 release
This commit is contained in:
parent
f468a06d88
commit
5de7887d93
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue