From 06a1c578894537ace6e7db44587f621b0d760a17 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 11 Jan 2025 15:53:14 +1000 Subject: [PATCH] Updated next release version to be v6.0.1 --- lib/include/cc_tools_qt/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/cc_tools_qt/version.h b/lib/include/cc_tools_qt/version.h index ea6bdd7..d0b28dc 100644 --- a/lib/include/cc_tools_qt/version.h +++ b/lib/include/cc_tools_qt/version.h @@ -28,7 +28,7 @@ #define CC_TOOLS_QT_MINOR_VERSION 0U /// @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_) \