Skip to content

Commit

Permalink
iox-#254 set final version to 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kroenke Dietrich (CC-AD/ESW1) <[email protected]>
  • Loading branch information
dkroenke committed Aug 19, 2020
1 parent 99b4f82 commit fc4ad32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion iceoryx_meta/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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})

Expand Down
2 changes: 1 addition & 1 deletion iceoryx_posh/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion iceoryx_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tools/introspection/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fc4ad32

Please sign in to comment.