Skip to content

Commit

Permalink
Updating next release version to be v5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed May 28, 2024
1 parent d410045 commit 9ee7298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/cc_tools_qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define CC_TOOLS_QT_MINOR_VERSION 3U

/// @brief Patch level of the library
#define CC_TOOLS_QT_PATCH_VERSION 0U
#define CC_TOOLS_QT_PATCH_VERSION 1U

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

0 comments on commit 9ee7298

Please sign in to comment.