Skip to content

Commit 65981fb

Browse files
committed
Bump version number to 0.9.1
Signed-off-by: Erik Boasson <[email protected]>
1 parent 06dd709 commit 65981fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.10)
13-
project(CycloneDDS VERSION 0.9.0 LANGUAGES C)
13+
project(CycloneDDS VERSION 0.9.1 LANGUAGES C)
1414
if(CMAKE_VERSION VERSION_LESS 3.12)
1515
# GENERATE_EXPORT_HEADER requires a C++ compiler up to version 3.12
1616
enable_language(CXX)
@@ -346,4 +346,4 @@ if(DEFINED ENV{LIB_FUZZING_ENGINE})
346346
add_subdirectory(fuzz)
347347
endif()
348348

349-
include(CMakeCPack.cmake)
349+
include(CMakeCPack.cmake)

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.9.0</version>
5+
<version>0.9.1</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)