Skip to content

Commit

Permalink
Updating next version to be v5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Feb 13, 2024
1 parent 736d6d0 commit 304baaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/include/cc_tools_qt/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
#define CC_TOOLS_QT_MAJOR_VERSION 5U

/// @brief Minor verion of the library
#define CC_TOOLS_QT_MINOR_VERSION 0U
#define CC_TOOLS_QT_MINOR_VERSION 1U

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

/// @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 304baaa

Please sign in to comment.