Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
Release 2.1.1
  • Loading branch information
pablogs9 authored Mar 10, 2022
2 parents b0fca1a + 998c22b commit f62eb56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
endif()

project(microxrcedds VERSION "2.1.0")
project(microxrcedds VERSION "2.1.1")

set(_client_tag v2.1.0)
set(_client_version 2.1.0)
set(_agent_tag v2.1.0)
set(_client_tag v2.1.1)
set(_client_version 2.1.1)
set(_agent_tag v2.1.1)
set(_gen_tag master)

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion test/test/client_agent/ClientAgentSerial.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ INSTANTIATE_TEST_CASE_P(
ClientAgentSerial,
::testing::Combine(
::testing::Values(Transport::SERIAL_TRANSPORT, Transport::MULTISERIAL_TRANSPORT),
::testing::Values(MiddlewareKind::FASTDDS, MiddlewareKind::FASTRTPS, MiddlewareKind::CED)));
::testing::Values(MiddlewareKind::FASTDDS)));
2 changes: 1 addition & 1 deletion test/test/client_agent/ClientAgentSerial.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AgentSerial
public:
const char * baudrate = "115200";
const char * port_name = "/dev/ptmx";
const int client_number = 5;
const int client_number = 2;

AgentSerial(Transport transport,
MiddlewareKind middleware)
Expand Down

0 comments on commit f62eb56

Please sign in to comment.