Skip to content

Commit 4f8983e

Browse files
authored
Release v2.4.2
2 parents 59098ed + 03f9f4a commit 4f8983e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
2727
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
2828
endif()
2929

30-
project(microxrcedds VERSION "2.4.1")
30+
project(microxrcedds VERSION "2.4.2")
3131

32-
set(_client_tag v2.4.1)
33-
set(_client_version 2.4.1)
34-
set(_agent_tag v2.4.1)
35-
set(_gen_tag v2.0.1)
32+
set(_client_tag v2.4.2)
33+
set(_client_version 2.4.2)
34+
set(_agent_tag v2.4.2)
35+
set(_gen_tag v2.0.2)
3636

3737
###############################################################################
3838
# Build options.

test/test/interaction_client/ClientCan.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ClientCan : public Client
2222

2323
void init_transport(const char* dev, const uint32_t can_id)
2424
{
25-
mtu_ = UXR_CONFIG_CAN_TRANSPORT_MTU;
25+
mtu_ = UXR_CAN_TRANSPORT_MTU;
2626
ASSERT_TRUE(uxr_init_can_transport(&can_transport_, dev, can_id));
2727
uxr_init_session(&session_, gateway_.monitorize(&can_transport_.comm), client_key_);
2828
init_common();

0 commit comments

Comments
 (0)