Skip to content

Commit ac04206

Browse files
committed
Branchout
Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 811d54d commit ac04206

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.5.x'
15+
- '2.6.x'
1616
- '2.x'
1717
steps:
1818
- name: Mirror action step

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 2.5.0)
27+
project(fastdds_python VERSION 2.6.0)
2828

2929
if(NOT WIN32)
3030
# Default values for shared library suffix in MacOS

0 commit comments

Comments
 (0)