From 00953731a1e2724d748e4293f4aa295537d149b7 Mon Sep 17 00:00:00 2001 From: Eduardo Ponz Segrelles Date: Fri, 17 Nov 2023 11:27:07 +0100 Subject: [PATCH] Bump version to 2.13.0 (#4027) * Refs #19860: Change mirror to 2.13.x Signed-off-by: EduPonz * Refs #19860: Bump version to 2.13.0 Signed-off-by: EduPonz * Refs #19860: Apply suggestions Signed-off-by: EduPonz --------- Signed-off-by: EduPonz --- .github/workflows/mirror.yml | 2 +- CMakeLists.txt | 2 +- RELEASE_SUPPORT.md | 1 + package.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 091bf3f1e6e..c6de29ebc78 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '2.12.x' + - '2.13.x' steps: - name: Mirror action step id: mirror diff --git a/CMakeLists.txt b/CMakeLists.txt index 46f5cc9cce0..f6933b2a59a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastrtps VERSION "2.12.1" LANGUAGES C CXX) +project(fastrtps VERSION "2.13.0" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast RTPS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index 5bd2de9978f..40882a54dd8 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -16,6 +16,7 @@ The table below outlines the *eProsima Fast DDS* minor releases and their suppor |Version branch|Release Date|EOL Date| |--------------|------------|--------| +|***v2.13.x***|***December 2023***|***June 2024***| |***v2.12.x***|***September 2023***|***March 2024***| |***v2.11.x***|***July 2023***|***January 2024***| |***v2.10.x (LTS)***|***March 2023***|***May 2024 [^*]***| diff --git a/package.xml b/package.xml index 6658cbfebc0..99e43df6100 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.12.1 + 2.13.0 *eprosima Fast DDS* (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals.