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