Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 20, 2024
1 parent cf7d498 commit b86dec5
Showing 1 changed file with 4 additions and 4 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.4.2")
project(microxrcedds VERSION "2.4.3")

set(_client_tag v2.4.2)
set(_client_version 2.4.2)
set(_agent_tag v2.4.2)
set(_client_tag v2.4.3)
set(_client_version 2.4.3)
set(_agent_tag v2.4.3)
set(_gen_tag v2.0.2)

###############################################################################
Expand Down

0 comments on commit b86dec5

Please sign in to comment.