From 65981fb935e028c3fbb3b0fbafcbebf3013aa59a Mon Sep 17 00:00:00 2001 From: Erik Boasson Date: Thu, 12 May 2022 13:37:06 +0200 Subject: [PATCH] Bump version number to 0.9.1 Signed-off-by: Erik Boasson --- CMakeLists.txt | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06648da8b3..f046b631ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ # SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause # cmake_minimum_required(VERSION 3.10) -project(CycloneDDS VERSION 0.9.0 LANGUAGES C) +project(CycloneDDS VERSION 0.9.1 LANGUAGES C) if(CMAKE_VERSION VERSION_LESS 3.12) # GENERATE_EXPORT_HEADER requires a C++ compiler up to version 3.12 enable_language(CXX) @@ -346,4 +346,4 @@ if(DEFINED ENV{LIB_FUZZING_ENGINE}) add_subdirectory(fuzz) endif() -include(CMakeCPack.cmake) \ No newline at end of file +include(CMakeCPack.cmake) diff --git a/package.xml b/package.xml index 34ea4fbca2..8a8b152e18 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ cyclonedds - 0.9.0 + 0.9.1 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. Eclipse Foundation, Inc. Eclipse Public License 2.0