From fc4ad32edbcbbe4df54b14d2494310668b1fe66a Mon Sep 17 00:00:00 2001 From: "Kroenke Dietrich (CC-AD/ESW1)" Date: Wed, 19 Aug 2020 17:54:29 +0200 Subject: [PATCH] iox-#254 set final version to 0.17.0 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 3d4f6e2ad3..098f5f89ec 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.7) +set(iceoryx_VERSION 0.17.0) project(iceoryx VERSION ${iceoryx_VERSION}) diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index 5ddfe98dda..c763ed73e9 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.7) +set(iceoryx_posh_VERSION 0.17.0) project(iceoryx_posh VERSION ${iceoryx_posh_VERSION}) find_package(Threads REQUIRED) diff --git a/iceoryx_utils/CMakeLists.txt b/iceoryx_utils/CMakeLists.txt index 4b129a51df..6a0fc3afc3 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.7) +set(iceoryx_utils_VERSION 0.17.0) 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 0cbded429f..007069c794 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.17.0.7) +set(iceoryx_introspection_VERSION 0.17.0) project(iceoryx_introspection VERSION ${iceoryx_introspection_VERSION}) find_package(iceoryx_posh REQUIRED)