File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/lib/include/cc_mqttsn_client
gateway/lib/include/cc_mqttsn_gateway Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ extern "C" {
2626
2727/// @brief Patch level of the library
2828/// @ingroup global
29- #define CC_MQTTSN_CLIENT_PATCH_VERSION 11U
29+ #define CC_MQTTSN_CLIENT_PATCH_VERSION 12U
3030
3131/// @brief Macro to create numeric version as single unsigned number
3232#define CC_MQTTSN_CLIENT_MAKE_VERSION (major_ , minor_ , patch_ ) \
Original file line number Diff line number Diff line change 1717#define CC_MQTTSN_GW_MINOR_VERSION 0U
1818
1919/// @brief Patch level of the library
20- #define CC_MQTTSN_GW_PATCH_VERSION 11U
20+ #define CC_MQTTSN_GW_PATCH_VERSION 12U
2121
2222/// @brief Macro to create numeric version as single unsigned number
2323#define CC_MQTTSN_GW_MAKE_VERSION (major_ , minor_ , patch_ ) \
You can’t perform that action at this time.
0 commit comments