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.