Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 committed Dec 14, 2022
1 parent bb40ab3 commit dea49e1
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.2.1")
project(microxrcedds VERSION "2.3.0")

set(_client_tag develop)
set(_client_version 2.2.1)
set(_agent_tag develop)
set(_client_tag v2.3.0)
set(_client_version 2.3.0)
set(_agent_tag v2.3.0)
set(_gen_tag master)

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

0 comments on commit dea49e1

Please sign in to comment.