Skip to content

Commit fac48ed

Browse files
committed
Making version to be "patch" one.
1 parent f590a51 commit fac48ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

comms/include/comms/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
#define COMMS_MAJOR_VERSION 1U
2525

2626
/// @brief Minor verion of the library
27-
#define COMMS_MINOR_VERSION 3U
27+
#define COMMS_MINOR_VERSION 2U
2828

2929
/// @brief Patch level of the library
30-
#define COMMS_PATCH_VERSION 0U
30+
#define COMMS_PATCH_VERSION 1U
3131

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

0 commit comments

Comments
 (0)