Skip to content

Commit 9ada8f2

Browse files
committed
Updating next releave version to be v3.4
1 parent c398d59 commit 9ada8f2

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
@@ -14,10 +14,10 @@
1414
#define COMMS_MAJOR_VERSION 3U
1515

1616
/// @brief Minor verion of the library
17-
#define COMMS_MINOR_VERSION 3U
17+
#define COMMS_MINOR_VERSION 4U
1818

1919
/// @brief Patch level of the library
20-
#define COMMS_PATCH_VERSION 1U
20+
#define COMMS_PATCH_VERSION 0U
2121

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

0 commit comments

Comments
 (0)