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)