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 2ed9989 commit 866cf40Copy full SHA for 866cf40
1 file changed
lib/include/commsdsl/version.h
@@ -27,7 +27,7 @@
27
#define COMMSDSL_MINOR_VERSION 1U
28
29
/// @brief Patch level of the library
30
-#define COMMSDSL_PATCH_VERSION 0U
+#define COMMSDSL_PATCH_VERSION 1U
31
32
/// @brief Macro to create numeric version as single unsigned number
33
#define COMMSDSL_MAKE_VERSION(major_, minor_, patch_) \
0 commit comments