Skip to content

Commit 2cdd114

Browse files
committed
Bump version number to 0.10.5
Signed-off-by: Erik Boasson <[email protected]>
1 parent 843ae6d commit 2cdd114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
1111
#
1212
cmake_minimum_required(VERSION 3.16)
13-
project(CycloneDDS VERSION 0.10.4 LANGUAGES C)
13+
project(CycloneDDS VERSION 0.10.5 LANGUAGES C)
1414

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

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.10.4</version>
5+
<version>0.10.5</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="[email protected]">Eclipse Foundation, Inc.</maintainer>
88
<license>Eclipse Public License 2.0</license>

0 commit comments

Comments
 (0)