Skip to content

Commit

Permalink
Updating next version to be v6.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Mar 26, 2024
1 parent ead79b6 commit 9e9d081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/commsdsl/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define COMMSDSL_MINOR_VERSION 3U

/// @brief Patch level of the library
#define COMMSDSL_PATCH_VERSION 1U
#define COMMSDSL_PATCH_VERSION 2U

/// @brief Macro to create numeric version as single unsigned number
#define COMMSDSL_MAKE_VERSION(major_, minor_, patch_) \
Expand Down

0 comments on commit 9e9d081

Please sign in to comment.