Skip to content

Commit

Permalink
Release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Acuadros95 authored Jul 11, 2023
2 parents 34b963f + d701185 commit 59098ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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.4.0")
project(microxrcedds VERSION "2.4.1")

set(_client_tag v2.4.0)
set(_client_version 2.4.0)
set(_agent_tag v2.4.0)
set(_gen_tag v2.0.0)
set(_client_tag v2.4.1)
set(_client_version 2.4.1)
set(_agent_tag v2.4.1)
set(_gen_tag v2.0.1)

###############################################################################
# Build options.
Expand Down

0 comments on commit 59098ed

Please sign in to comment.