Skip to content

Commit c616c3b

Browse files
authored
Merge pull request #2428 from elBoberido/iox-1295-bump-version-to-2.95.4
iox-#1295 Bump version to 2.95.4
2 parents dfd0390 + d06b5a9 commit c616c3b

File tree

21 files changed

+30
-28
lines changed

21 files changed

+30
-28
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "org_eclipse_iceoryx",
3-
version = "2.95.3",
3+
version = "2.95.4",
44
)
55

66
bazel_dep(name = "bazel_skylib", version = "1.7.1")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.95.3
1+
2.95.4

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.16)
17-
set(IOX_VERSION_STRING "2.95.3")
17+
set(IOX_VERSION_STRING "2.95.4")
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.16)
1818

19-
set(IOX_VERSION_STRING "2.95.3")
19+
set(IOX_VERSION_STRING "2.95.4")
2020

2121
project(iceoryx_doc VERSION ${IOX_VERSION_STRING})
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.16)
1818

19-
set(IOX_VERSION_STRING "2.95.3")
19+
set(IOX_VERSION_STRING "2.95.4")
2020

2121
project(iceoryx_binding_c VERSION ${IOX_VERSION_STRING})
2222

iceoryx_binding_c/cmake/iceoryx_binding_cConfigVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ##########
1919
#
2020

21-
set(IOX_VERSION_STRING "2.95.3")
21+
set(IOX_VERSION_STRING "2.95.4")
2222
set(PACKAGE_VERSION ${IOX_VERSION_STRING})
2323

2424
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)

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>2.95.3</version>
5+
<version>2.95.4</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding</description>
77
<maintainer email="[email protected]">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

iceoryx_hoofs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.95.3")
20+
set(IOX_VERSION_STRING "2.95.4")
2121

2222
project(iceoryx_hoofs VERSION ${IOX_VERSION_STRING})
2323

iceoryx_hoofs/cmake/iceoryx_hoofsConfigVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
########## dummyConfig.cmake to be able to use find_package with a specific version with the source tree ##########
1919
#
2020

21-
set(IOX_VERSION_STRING "2.95.3")
21+
set(IOX_VERSION_STRING "2.95.4")
2222
set(PACKAGE_VERSION ${IOX_VERSION_STRING})
2323

2424
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)

iceoryx_hoofs/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_hoofs</name>
5-
<version>2.95.3</version>
5+
<version>2.95.4</version>
66
<description>Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks</description>
77
<maintainer email="[email protected]">Eclipse Foundation, Inc.</maintainer>
88
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)