Skip to content

Commit 2e8031c

Browse files
authored
v2.2.0
2 parents f62eb56 + b1e4596 commit 2e8031c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
2727
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
2828
endif()
2929

30-
project(microxrcedds VERSION "2.1.1")
30+
project(microxrcedds VERSION "2.2.0")
3131

32-
set(_client_tag v2.1.1)
33-
set(_client_version 2.1.1)
34-
set(_agent_tag v2.1.1)
32+
set(_client_tag v2.2.0)
33+
set(_client_version 2.2.0)
34+
set(_agent_tag v2.2.0)
3535
set(_gen_tag master)
3636

3737
###############################################################################

0 commit comments

Comments
 (0)