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 3308494 + 8983c3e commit ece6736Copy full SHA for ece6736
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 "3.0.0")
+project(microxrcedds VERSION "3.0.1")
31
32
set(_client_tag v3.0.0)
33
set(_client_version 3.0.0)
34
-set(_agent_tag v3.0.0)
+set(_agent_tag v3.0.1)
35
set(_gen_tag v2.0.2)
36
37
###############################################################################
0 commit comments