Skip to content

Commit

Permalink
Release v3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
pablogs9 authored Oct 14, 2024
2 parents d44dc3f + b7516a0 commit 9e05a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ list(APPEND _deps "microcdr\;${_microcdr_version}")
###############################################################################
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
if(NOT UCLIENT_SUPERBUILD)
project(microxrcedds_client VERSION "2.4.3" LANGUAGES C)
project(microxrcedds_client VERSION "3.0.0" LANGUAGES C)
else()
project(uclient_superbuild NONE)
include(${PROJECT_SOURCE_DIR}/cmake/SuperBuild.cmake)
Expand Down
2 changes: 1 addition & 1 deletion include/uxr/client/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@


// Version checks
#if UXR_CLIENT_VERSION_MAJOR >= 3
#if UXR_CLIENT_VERSION_MAJOR >= 4
#error UCLIENT_HARD_LIVELINESS_CHECK shall be included in session API
#error MTU must be included in CREATE_CLIENT_Payload properties
#error Reorder ObjectInfo https://github.com/eProsima/Micro-XRCE-DDS/issues/137
Expand Down

0 comments on commit 9e05a62

Please sign in to comment.