Skip to content

Commit

Permalink
Updating next release version to be v5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 21, 2024
1 parent 62918fa commit daff329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/comms/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define COMMS_MINOR_VERSION 2U

/// @brief Patch level of the library
#define COMMS_PATCH_VERSION 4U
#define COMMS_PATCH_VERSION 5U

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

0 comments on commit daff329

Please sign in to comment.