Skip to content

Commit b7516a0

Browse files
committed
Bump version
1 parent 934f2bb commit b7516a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ list(APPEND _deps "microcdr\;${_microcdr_version}")
9292
###############################################################################
9393
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
9494
if(NOT UCLIENT_SUPERBUILD)
95-
project(microxrcedds_client VERSION "2.4.3" LANGUAGES C)
95+
project(microxrcedds_client VERSION "3.0.0" LANGUAGES C)
9696
else()
9797
project(uclient_superbuild NONE)
9898
include(${PROJECT_SOURCE_DIR}/cmake/SuperBuild.cmake)

include/uxr/client/config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575

7676

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

0 commit comments

Comments
 (0)