diff --git a/VERSION b/VERSION index f3071c00ff..4d066b34d9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.95.0 +2.95.1 diff --git a/cmake/package/package.cmake b/cmake/package/package.cmake index c271bd731c..f635924fda 100644 --- a/cmake/package/package.cmake +++ b/cmake/package/package.cmake @@ -14,7 +14,7 @@ # # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_package VERSION ${IOX_VERSION_STRING}) diff --git a/doc/aspice_swe3_4/CMakeLists.txt b/doc/aspice_swe3_4/CMakeLists.txt index e7fcafd661..4f1d24608e 100644 --- a/doc/aspice_swe3_4/CMakeLists.txt +++ b/doc/aspice_swe3_4/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_doc VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_binding_c/CMakeLists.txt b/iceoryx_binding_c/CMakeLists.txt index 7c8e67dfba..1bdd8a1d2f 100644 --- a/iceoryx_binding_c/CMakeLists.txt +++ b/iceoryx_binding_c/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_binding_c VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_binding_c/cmake/iceoryx_binding_cConfigVersion.cmake b/iceoryx_binding_c/cmake/iceoryx_binding_cConfigVersion.cmake index 6dfa5e829b..26cf3ddad2 100644 --- a/iceoryx_binding_c/cmake/iceoryx_binding_cConfigVersion.cmake +++ b/iceoryx_binding_c/cmake/iceoryx_binding_cConfigVersion.cmake @@ -18,7 +18,7 @@ ########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ########## # -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") set(PACKAGE_VERSION ${IOX_VERSION_STRING}) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) diff --git a/iceoryx_binding_c/package.xml b/iceoryx_binding_c/package.xml index d81db4abf9..e0ca94da1f 100644 --- a/iceoryx_binding_c/package.xml +++ b/iceoryx_binding_c/package.xml @@ -2,7 +2,7 @@ iceoryx_binding_c - 2.95.0 + 2.95.1 Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_hoofs/CMakeLists.txt b/iceoryx_hoofs/CMakeLists.txt index 0a59dbfcc3..3f08528de1 100644 --- a/iceoryx_hoofs/CMakeLists.txt +++ b/iceoryx_hoofs/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_hoofs VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_hoofs/cmake/iceoryx_hoofsConfigVersion.cmake b/iceoryx_hoofs/cmake/iceoryx_hoofsConfigVersion.cmake index 6dfa5e829b..26cf3ddad2 100644 --- a/iceoryx_hoofs/cmake/iceoryx_hoofsConfigVersion.cmake +++ b/iceoryx_hoofs/cmake/iceoryx_hoofsConfigVersion.cmake @@ -18,7 +18,7 @@ ########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ########## # -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") set(PACKAGE_VERSION ${IOX_VERSION_STRING}) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) diff --git a/iceoryx_hoofs/package.xml b/iceoryx_hoofs/package.xml index 156df2ec52..5538d802b4 100644 --- a/iceoryx_hoofs/package.xml +++ b/iceoryx_hoofs/package.xml @@ -2,7 +2,7 @@ iceoryx_hoofs - 2.95.0 + 2.95.1 Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_integrationtest/package.xml b/iceoryx_integrationtest/package.xml index da4a9be6b0..9b7f109d7f 100644 --- a/iceoryx_integrationtest/package.xml +++ b/iceoryx_integrationtest/package.xml @@ -2,7 +2,7 @@ iceoryx_integrationtest - 2.95.0 + 2.95.1 iceoryx Software Integrationtest Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_platform/CMakeLists.txt b/iceoryx_platform/CMakeLists.txt index fd18789519..1610fbe718 100644 --- a/iceoryx_platform/CMakeLists.txt +++ b/iceoryx_platform/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_platform VERSION ${IOX_VERSION_STRING}) if(UNIX AND NOT APPLE) diff --git a/iceoryx_platform/cmake/iceoryx_platformConfigVersion.cmake b/iceoryx_platform/cmake/iceoryx_platformConfigVersion.cmake index 6dfa5e829b..26cf3ddad2 100644 --- a/iceoryx_platform/cmake/iceoryx_platformConfigVersion.cmake +++ b/iceoryx_platform/cmake/iceoryx_platformConfigVersion.cmake @@ -18,7 +18,7 @@ ########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ########## # -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") set(PACKAGE_VERSION ${IOX_VERSION_STRING}) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) diff --git a/iceoryx_platform/package.xml b/iceoryx_platform/package.xml index 3f535ac682..1db72e3531 100644 --- a/iceoryx_platform/package.xml +++ b/iceoryx_platform/package.xml @@ -2,7 +2,7 @@ iceoryx_platform - 2.95.0 + 2.95.1 Eclipse iceoryx inter-process-communication (IPC) middleware platform Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index eaf55f7ef8..0b9a45f69d 100644 --- a/iceoryx_posh/CMakeLists.txt +++ b/iceoryx_posh/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_posh VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_posh/cmake/iceoryx_poshConfigVersion.cmake b/iceoryx_posh/cmake/iceoryx_poshConfigVersion.cmake index 6dfa5e829b..26cf3ddad2 100644 --- a/iceoryx_posh/cmake/iceoryx_poshConfigVersion.cmake +++ b/iceoryx_posh/cmake/iceoryx_poshConfigVersion.cmake @@ -18,7 +18,7 @@ ########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ########## # -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") set(PACKAGE_VERSION ${IOX_VERSION_STRING}) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) diff --git a/iceoryx_posh/package.xml b/iceoryx_posh/package.xml index 4440d32205..af49dd7e32 100644 --- a/iceoryx_posh/package.xml +++ b/iceoryx_posh/package.xml @@ -2,7 +2,7 @@ iceoryx_posh - 2.95.0 + 2.95.1 Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Eclipse Foundation, Inc. Apache 2.0 diff --git a/tools/introspection/CMakeLists.txt b/tools/introspection/CMakeLists.txt index 47b9414217..cd9e684c33 100644 --- a/tools/introspection/CMakeLists.txt +++ b/tools/introspection/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") project(iceoryx_introspection VERSION ${IOX_VERSION_STRING}) diff --git a/tools/introspection/cmake/iceoryx_introspectionConfigVersion.cmake b/tools/introspection/cmake/iceoryx_introspectionConfigVersion.cmake index 6dfa5e829b..26cf3ddad2 100644 --- a/tools/introspection/cmake/iceoryx_introspectionConfigVersion.cmake +++ b/tools/introspection/cmake/iceoryx_introspectionConfigVersion.cmake @@ -18,7 +18,7 @@ ########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ########## # -set(IOX_VERSION_STRING "2.95.0") +set(IOX_VERSION_STRING "2.95.1") set(PACKAGE_VERSION ${IOX_VERSION_STRING}) if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) diff --git a/tools/introspection/package.xml b/tools/introspection/package.xml index 9acc4d84bc..d8407802a0 100644 --- a/tools/introspection/package.xml +++ b/tools/introspection/package.xml @@ -2,7 +2,7 @@ iceoryx_introspection - 2.95.0 + 2.95.1 Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Eclipse Foundation, Inc. Apache 2.0