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 c398d59 commit 9ada8f2Copy full SHA for 9ada8f2
comms/include/comms/version.h
@@ -14,10 +14,10 @@
14
#define COMMS_MAJOR_VERSION 3U
15
16
/// @brief Minor verion of the library
17
-#define COMMS_MINOR_VERSION 3U
+#define COMMS_MINOR_VERSION 4U
18
19
/// @brief Patch level of the library
20
-#define COMMS_PATCH_VERSION 1U
+#define COMMS_PATCH_VERSION 0U
21
22
/// @brief Macro to create numeric version as single unsigned number
23
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \
0 commit comments