We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f62eb56 + b1e4596 commit 2e8031cCopy full SHA for 2e8031c
1 file changed
CMakeLists.txt
@@ -27,11 +27,11 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
27
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
28
endif()
29
30
-project(microxrcedds VERSION "2.1.1")
+project(microxrcedds VERSION "2.2.0")
31
32
-set(_client_tag v2.1.1)
33
-set(_client_version 2.1.1)
34
-set(_agent_tag v2.1.1)
+set(_client_tag v2.2.0)
+set(_client_version 2.2.0)
+set(_agent_tag v2.2.0)
35
set(_gen_tag master)
36
37
###############################################################################
0 commit comments