Skip to content

Commit

Permalink
Merge pull request #26 from michael-poehnl/iox-release_0.16.0
Browse files Browse the repository at this point in the history
release 0.16.0
  • Loading branch information
budrus authored Dec 16, 2019
2 parents 0f55f9e + d0116eb commit ba3df6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.15.0)
set(iceoryx_posh_VERSION 0.16.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.15.0)
set(iceoryx_utils_VERSION 0.16.0)
project(iceoryx_utils VERSION ${iceoryx_utils_VERSION})

add_compile_options(-fPIC)
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.15.0)
set(iceoryx_introspection_VERSION 0.16.0)
project(iceoryx_introspection VERSION ${iceoryx_introspection_VERSION})

find_package(iceoryx_posh REQUIRED)
Expand Down

0 comments on commit ba3df6b

Please sign in to comment.