Skip to content

Commit e422832

Browse files
committed
iox-eclipse-iceoryx#1311 Set version number to 2.90.0
1 parent 623c1fe commit e422832

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.1
1+
2.90.0

cmake/package/package.cmake

+1-1
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.16)
17-
set(IOX_VERSION_STRING "2.0.1")
17+
set(IOX_VERSION_STRING "2.90.0")
1818

1919
project(iceoryx_package VERSION ${IOX_VERSION_STRING})
2020

doc/aspice_swe3_4/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
cmake_minimum_required(VERSION 3.16)
1818

19-
set(IOX_VERSION_STRING "2.0.1")
19+
set(IOX_VERSION_STRING "2.90.0")
2020

2121
project(iceoryx_doc VERSION ${IOX_VERSION_STRING})
2222

iceoryx_binding_c/CMakeLists.txt

+1-1
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.16)
1818

19-
set(IOX_VERSION_STRING "2.0.1")
19+
set(IOX_VERSION_STRING "2.90.0")
2020

2121

2222

iceoryx_binding_c/package.xml

+1-1
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>2.0.1</version>
5+
<version>2.90.0</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding</description>
77
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_dds/CMakeLists.txt

+1-1
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.16)
1818

19-
set(IOX_VERSION_STRING "2.0.1")
19+
set(IOX_VERSION_STRING "2.90.0")
2020

2121
project(iceoryx_dds VERSION ${IOX_VERSION_STRING})
2222

iceoryx_hoofs/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
cmake_minimum_required(VERSION 3.16)
1919

20-
set(IOX_VERSION_STRING "2.0.1")
20+
set(IOX_VERSION_STRING "2.90.0")
2121

2222
project(iceoryx_hoofs VERSION ${IOX_VERSION_STRING})
2323

iceoryx_hoofs/package.xml

+1-1
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_hoofs</name>
5-
<version>2.0.1</version>
5+
<version>2.90.0</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks</description>
77
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_integrationtest/package.xml

+1-1
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>2.0.1</version>
5+
<version>2.90.0</version>
66
<description>iceoryx Software Integrationtest</description>
77
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_posh/CMakeLists.txt

+1-1
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.16)
1818

19-
set(IOX_VERSION_STRING "2.0.1")
19+
set(IOX_VERSION_STRING "2.90.0")
2020

2121
project(iceoryx_posh VERSION ${IOX_VERSION_STRING})
2222

iceoryx_posh/package.xml

+1-1
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>2.0.1</version>
5+
<version>2.90.0</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi)</description>
77
<maintainer email="iceoryx-oss-support@apex.ai">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

tools/introspection/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
cmake_minimum_required(VERSION 3.16)
1919

20-
set(IOX_VERSION_STRING "2.0.1")
20+
set(IOX_VERSION_STRING "2.90.0")
2121

2222
project(iceoryx_introspection VERSION ${IOX_VERSION_STRING})
2323

0 commit comments

Comments
 (0)