Skip to content

Commit 5743f48

Browse files
committed
Updated next release version to be v6.0.4
1 parent d786a44 commit 5743f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/include/cc_tools_qt/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#define CC_TOOLS_QT_MINOR_VERSION 0U
2929

3030
/// @brief Patch level of the library
31-
#define CC_TOOLS_QT_PATCH_VERSION 3U
31+
#define CC_TOOLS_QT_PATCH_VERSION 4U
3232

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

0 commit comments

Comments
 (0)