Skip to content

Commit f62eb56

Browse files
authored
Release v2.1.1
Release 2.1.1
2 parents b0fca1a + 998c22b commit f62eb56

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ 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.1.0")
30+
project(microxrcedds VERSION "2.1.1")
3131

32-
set(_client_tag v2.1.0)
33-
set(_client_version 2.1.0)
34-
set(_agent_tag v2.1.0)
32+
set(_client_tag v2.1.1)
33+
set(_client_version 2.1.1)
34+
set(_agent_tag v2.1.1)
3535
set(_gen_tag master)
3636

3737
###############################################################################

test/test/client_agent/ClientAgentSerial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ INSTANTIATE_TEST_CASE_P(
4444
ClientAgentSerial,
4545
::testing::Combine(
4646
::testing::Values(Transport::SERIAL_TRANSPORT, Transport::MULTISERIAL_TRANSPORT),
47-
::testing::Values(MiddlewareKind::FASTDDS, MiddlewareKind::FASTRTPS, MiddlewareKind::CED)));
47+
::testing::Values(MiddlewareKind::FASTDDS)));

test/test/client_agent/ClientAgentSerial.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class AgentSerial
1111
public:
1212
const char * baudrate = "115200";
1313
const char * port_name = "/dev/ptmx";
14-
const int client_number = 5;
14+
const int client_number = 2;
1515

1616
AgentSerial(Transport transport,
1717
MiddlewareKind middleware)

0 commit comments

Comments
 (0)