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