Skip to content

Commit

Permalink
Changing next relese version to be v5.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Mar 18, 2024
1 parent 59a5a86 commit ec0ec21
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 1U
#define CC_TOOLS_QT_MINOR_VERSION 2U

/// @brief Patch level of the library
#define CC_TOOLS_QT_PATCH_VERSION 2U
#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 ec0ec21

Please sign in to comment.