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 3a58ce0 commit d108073Copy full SHA for d108073
1 file changed
include/comms/version.h
@@ -17,7 +17,7 @@
17
#define COMMS_MINOR_VERSION 4U
18
19
/// @brief Patch level of the library
20
-#define COMMS_PATCH_VERSION 4U
+#define COMMS_PATCH_VERSION 5U
21
22
/// @brief Macro to create numeric version as single unsigned number
23
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \
0 commit comments