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.
1 parent 3491a73 commit dd03cf6Copy full SHA for dd03cf6
comms/include/comms/version.h
@@ -24,10 +24,10 @@
24
#define COMMS_MAJOR_VERSION 2U
25
26
/// @brief Minor verion of the library
27
-#define COMMS_MINOR_VERSION 1U
+#define COMMS_MINOR_VERSION 0U
28
29
/// @brief Patch level of the library
30
-#define COMMS_PATCH_VERSION 0U
+#define COMMS_PATCH_VERSION 2U
31
32
/// @brief Macro to create numeric version as single unsigned number
33
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \
0 commit comments