From de3a05dfb3fd83508da92a9a4d9bfda60a4903ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietrich=20Kr=C3=B6nke?= Date: Fri, 8 Apr 2022 16:53:02 +0200 Subject: [PATCH] iox-#1323 Set version to v1.0.3 --- VERSION | 2 +- cmake/package/package.cmake | 2 +- doc/aspice_swe3_4/CMakeLists.txt | 2 +- iceoryx_binding_c/CMakeLists.txt | 2 +- iceoryx_binding_c/package.xml | 2 +- iceoryx_dds/CMakeLists.txt | 2 +- iceoryx_integrationtest/package.xml | 2 +- iceoryx_posh/CMakeLists.txt | 2 +- iceoryx_posh/package.xml | 2 +- iceoryx_utils/CMakeLists.txt | 2 +- iceoryx_utils/package.xml | 2 +- tools/introspection/CMakeLists.txt | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VERSION b/VERSION index 6d7de6e6ab..21e8796a09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3 diff --git a/cmake/package/package.cmake b/cmake/package/package.cmake index b3631da724..a67ce6e329 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.5) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") project(iceoryx_package VERSION ${IOX_VERSION_STRING}) diff --git a/doc/aspice_swe3_4/CMakeLists.txt b/doc/aspice_swe3_4/CMakeLists.txt index 484e374518..8119919080 100644 --- a/doc/aspice_swe3_4/CMakeLists.txt +++ b/doc/aspice_swe3_4/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") #find_package(iceoryx_utils REQUIRED) diff --git a/iceoryx_binding_c/CMakeLists.txt b/iceoryx_binding_c/CMakeLists.txt index d205d4af90..fbcd3a9616 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.7) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") diff --git a/iceoryx_binding_c/package.xml b/iceoryx_binding_c/package.xml index 03b4cf38c6..b15de6925f 100644 --- a/iceoryx_binding_c/package.xml +++ b/iceoryx_binding_c/package.xml @@ -2,7 +2,7 @@ iceoryx_binding_c - 1.0.2 + 1.0.3 Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_dds/CMakeLists.txt b/iceoryx_dds/CMakeLists.txt index 34c3ee97e9..2a639b0a27 100644 --- a/iceoryx_dds/CMakeLists.txt +++ b/iceoryx_dds/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.7) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") project(iceoryx_dds VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_integrationtest/package.xml b/iceoryx_integrationtest/package.xml index 48956a0482..469d562ed9 100644 --- a/iceoryx_integrationtest/package.xml +++ b/iceoryx_integrationtest/package.xml @@ -2,7 +2,7 @@ iceoryx_integrationtest - 1.0.2 + 1.0.3 iceoryx Software Integrationtest Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index 049b7e6d76..8d4d51f813 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.5) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") project(iceoryx_posh VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_posh/package.xml b/iceoryx_posh/package.xml index 8e3d243eac..e3f6b519d2 100644 --- a/iceoryx_posh/package.xml +++ b/iceoryx_posh/package.xml @@ -2,7 +2,7 @@ iceoryx_posh - 1.0.2 + 1.0.3 Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_utils/CMakeLists.txt b/iceoryx_utils/CMakeLists.txt index 5dec6451fc..4e339d0cc7 100644 --- a/iceoryx_utils/CMakeLists.txt +++ b/iceoryx_utils/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") #include("${CMAKE_CURRENT_LIST_DIR}/cmake/IceoryxVersion.cmake") diff --git a/iceoryx_utils/package.xml b/iceoryx_utils/package.xml index c8f112cfdf..34df083dec 100644 --- a/iceoryx_utils/package.xml +++ b/iceoryx_utils/package.xml @@ -2,7 +2,7 @@ iceoryx_utils - 1.0.2 + 1.0.3 Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Eclipse Foundation, Inc. Apache 2.0 diff --git a/tools/introspection/CMakeLists.txt b/tools/introspection/CMakeLists.txt index b259526169..e8f5a37489 100644 --- a/tools/introspection/CMakeLists.txt +++ b/tools/introspection/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.5) -set(IOX_VERSION_STRING "1.0.2") +set(IOX_VERSION_STRING "1.0.3") project(iceoryx_introspection VERSION ${IOX_VERSION_STRING})