Skip to content

Commit

Permalink
Updating next release version to be v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Apr 27, 2024
1 parent aa5b976 commit da746df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/lib/include/cc_mqtt5_client/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ extern "C" {

/// @brief Minor verion of the library
/// @ingroup global
#define CC_MQTT5_CLIENT_MINOR_VERSION 4U
#define CC_MQTT5_CLIENT_MINOR_VERSION 5U

/// @brief Patch level of the library
/// @ingroup global
#define CC_MQTT5_CLIENT_PATCH_VERSION 1U
#define CC_MQTT5_CLIENT_PATCH_VERSION 0U

/// @brief Macro to create numeric version as single unsigned number
/// @ingroup global
Expand Down

0 comments on commit da746df

Please sign in to comment.