From f3820648b4d46cb14af8c1515a13edcc0210a871 Mon Sep 17 00:00:00 2001 From: "Kroenke Dietrich (CC-AD/ESW1)" Date: Wed, 24 Jun 2020 16:08:11 +0200 Subject: [PATCH] iox-#150 set version to 0.17.0.4 Signed-off-by: Kroenke Dietrich (CC-AD/ESW1) --- iceoryx_meta/CMakeLists.txt | 2 +- iceoryx_posh/CMakeLists.txt | 2 +- iceoryx_utils/CMakeLists.txt | 2 +- tools/introspection/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iceoryx_meta/CMakeLists.txt b/iceoryx_meta/CMakeLists.txt index 021919e810..5f2e769487 100644 --- a/iceoryx_meta/CMakeLists.txt +++ b/iceoryx_meta/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.14) -set(iceoryx_VERSION 0.17.0.3) +set(iceoryx_VERSION 0.17.0.4) project(iceoryx VERSION ${iceoryx_VERSION}) diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index 13121befcb..49c8ab19aa 100644 --- a/iceoryx_posh/CMakeLists.txt +++ b/iceoryx_posh/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(iceoryx_posh_VERSION 0.17.0.3) +set(iceoryx_posh_VERSION 0.17.0.4) project(iceoryx_posh VERSION ${iceoryx_posh_VERSION}) find_package(Threads REQUIRED) diff --git a/iceoryx_utils/CMakeLists.txt b/iceoryx_utils/CMakeLists.txt index a7683f5f00..33880b4c3b 100644 --- a/iceoryx_utils/CMakeLists.txt +++ b/iceoryx_utils/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(iceoryx_utils_VERSION 0.17.0.3) +set(iceoryx_utils_VERSION 0.17.0.4) project(iceoryx_utils VERSION ${iceoryx_utils_VERSION}) include("${CMAKE_CURRENT_LIST_DIR}/cmake/IceoryxPackageHelper.cmake") diff --git a/tools/introspection/CMakeLists.txt b/tools/introspection/CMakeLists.txt index e9c859ace3..09d1081ca1 100644 --- a/tools/introspection/CMakeLists.txt +++ b/tools/introspection/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -set(iceoryx_introspection_VERSION 0.16.1) +set(iceoryx_introspection_VERSION 0.17.0.4) project(iceoryx_introspection VERSION ${iceoryx_introspection_VERSION}) find_package(iceoryx_posh REQUIRED)