Skip to content

Commit

Permalink
Updating next release to be v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jul 27, 2023
1 parent 1165bc0 commit 195cddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/include/cc_mqttsn_client/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ extern "C" {
#define CC_MQTTSN_CLIENT_MINOR_VERSION 0U

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

/// @brief Macro to create numeric version as single unsigned number
#define CC_MQTTSN_CLIENT_MAKE_VERSION(major_, minor_, patch_) \
Expand Down
2 changes: 1 addition & 1 deletion gateway/include/cc_mqttsn_gateway/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define CC_MQTTSN_GW_MINOR_VERSION 0U

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

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

0 comments on commit 195cddb

Please sign in to comment.