Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Jun 28, 2022
2 parents f62eb56 + b1e4596 commit 2e8031c
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.1.1")
project(microxrcedds VERSION "2.2.0")

set(_client_tag v2.1.1)
set(_client_version 2.1.1)
set(_agent_tag v2.1.1)
set(_client_tag v2.2.0)
set(_client_version 2.2.0)
set(_agent_tag v2.2.0)
set(_gen_tag master)

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

0 comments on commit 2e8031c

Please sign in to comment.