Skip to content

Commit

Permalink
Merge pull request #255 from dkroenke/iox-#254-final-release-0.17
Browse files Browse the repository at this point in the history
iox-#254 set final version to 0.17.0
  • Loading branch information
dkroenke authored Aug 21, 2020
2 parents 99b4f82 + fc4ad32 commit 5e4df22
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 5e4df22

Please sign in to comment.