Skip to content

Commit 4a6bb95

Browse files
committed
Merge branch 'iox-#482-three-pillars' of https://github.com/ApexAI/iceoryx into iox-#482-three-pillars
2 parents c46c620 + bca13fd commit 4a6bb95

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [v1.0.0](https://github.com/eclipse-iceoryx/iceoryx/tree/v1.0.0) (2021-04-15)
44

5-
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.90.0...v1.0.0)
5+
[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v0.90.7...v1.0.0)
66

77
Description:
88
This is the first major release for Eclipse iceoryx. That means it is the first release with long-term support and the adopters of iceoryx can rely on a stable API. The release called Almond allows for true zero-copy inter-process-communication on Linux, QNX and MacOS and provides C and modern C++ user APIs. This release is supported until 2022-04-01.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.99.7
1+
1.0.0

cmake/package/package.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
# SPDX-License-Identifier: Apache-2.0
1616
cmake_minimum_required(VERSION 3.5)
17-
set(IOX_VERSION_STRING "0.99.7")
17+
set(IOX_VERSION_STRING "1.0.0")
1818

1919
project(iceoryx_package VERSION ${IOX_VERSION_STRING})
2020

doc/aspice_swe3_4/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.10)
1818

19-
set(IOX_VERSION_STRING "0.99.7")
19+
set(IOX_VERSION_STRING "1.0.0")
2020

2121
#find_package(iceoryx_utils REQUIRED)
2222

iceoryx_binding_c/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717
cmake_minimum_required(VERSION 3.7)
1818

19-
set(IOX_VERSION_STRING "0.99.7")
19+
set(IOX_VERSION_STRING "1.0.0")
2020

2121

2222

iceoryx_binding_c/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>iceoryx_binding_c</name>
5-
<version>0.99.7</version>
5+
<version>1.0.0</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding</description>
77
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_dds/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717
cmake_minimum_required(VERSION 3.7)
1818

19-
set(IOX_VERSION_STRING "0.99.7")
19+
set(IOX_VERSION_STRING "1.0.0")
2020

2121
project(iceoryx_dds VERSION ${IOX_VERSION_STRING})
2222

iceoryx_integrationtest/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>iceoryx_integrationtest</name>
5-
<version>0.99.7</version>
5+
<version>1.0.0</version>
66
<description>iceoryx Software Integrationtest</description>
77
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_posh/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717
cmake_minimum_required(VERSION 3.5)
1818

19-
set(IOX_VERSION_STRING "0.99.7")
19+
set(IOX_VERSION_STRING "1.0.0")
2020

2121
project(iceoryx_posh VERSION ${IOX_VERSION_STRING})
2222

iceoryx_posh/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>iceoryx_posh</name>
5-
<version>0.99.7</version>
5+
<version>1.0.0</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi)</description>
77
<maintainer email="michael.poehnl@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)