Skip to content

Commit

Permalink
Bump version number to 0.10.5
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <[email protected]>
  • Loading branch information
eboasson committed May 17, 2024
1 parent 843ae6d commit 2cdd114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
#
cmake_minimum_required(VERSION 3.16)
project(CycloneDDS VERSION 0.10.4 LANGUAGES C)
project(CycloneDDS VERSION 0.10.5 LANGUAGES C)

# Set a default build type if none was specified
set(default_build_type "RelWithDebInfo")
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cyclonedds</name>
<version>0.10.4</version>
<version>0.10.5</version>
<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>
<maintainer email="[email protected]">Eclipse Foundation, Inc.</maintainer>
<license>Eclipse Public License 2.0</license>
Expand Down

0 comments on commit 2cdd114

Please sign in to comment.