Skip to content

Commit 1f7f75c

Browse files
committed
Bump version to 11.0.0
Signed-off-by: Erik Boasson <eb@ilities.com>
1 parent a24b201 commit 1f7f75c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
cmake_minimum_required(VERSION 3.21)
1313
# C++ is only for Iceoryx plugin
14-
project(CycloneDDS VERSION 0.11.0 LANGUAGES C CXX)
14+
project(CycloneDDS VERSION 11.0.0 LANGUAGES C CXX)
1515

1616
# Set a default build type if none was specified
1717
set(default_build_type "RelWithDebInfo")

docs/manual/variables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"project-short": "Cyclone DDS",
44
"copyright": ":year:, Eclipse Cyclone DDS committers",
55
"author": "Eclipse Cyclone DDS committers",
6-
"version": "0.11.0",
7-
"release": "0.11.0"
6+
"version": "11.0.0",
7+
"release": "11.0.0"
88
}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>cyclonedds</name>
5-
<version>0.11.0</version>
5+
<version>11.0.0</version>
66
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
77
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
88
<license>Eclipse Public License 2.0</license>

src/core/cdr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
if(NOT ${CMAKE_PROJECT_NAME} STREQUAL "CycloneDDS")
1414
cmake_minimum_required(VERSION 3.16)
15-
project(cdr VERSION 0.11.0 LANGUAGES C)
15+
project(cdr VERSION 11.0.0 LANGUAGES C)
1616
endif()
1717

1818
set(srcs_cdr

0 commit comments

Comments
 (0)