Skip to content

Commit ba3df6b

Browse files
authored
Merge pull request #26 from michael-poehnl/iox-release_0.16.0
release 0.16.0
2 parents 0f55f9e + d0116eb commit ba3df6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

iceoryx_posh/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
set(iceoryx_posh_VERSION 0.15.0)
2+
set(iceoryx_posh_VERSION 0.16.0)
33
project(iceoryx_posh VERSION ${iceoryx_posh_VERSION})
44

55
find_package(Threads REQUIRED)

iceoryx_utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
set(iceoryx_utils_VERSION 0.15.0)
2+
set(iceoryx_utils_VERSION 0.16.0)
33
project(iceoryx_utils VERSION ${iceoryx_utils_VERSION})
44

55
add_compile_options(-fPIC)

tools/introspection/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2-
set(iceoryx_introspection_VERSION 0.15.0)
2+
set(iceoryx_introspection_VERSION 0.16.0)
33
project(iceoryx_introspection VERSION ${iceoryx_introspection_VERSION})
44

55
find_package(iceoryx_posh REQUIRED)

0 commit comments

Comments
 (0)