From 304baaab1c150d573ac2e3df1bfd209f40a36246 Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Tue, 13 Feb 2024 18:45:23 +1000 Subject: [PATCH] Updating next version to be v5.1 --- lib/include/cc_tools_qt/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/include/cc_tools_qt/version.h b/lib/include/cc_tools_qt/version.h index a1652fa..61f97bb 100644 --- a/lib/include/cc_tools_qt/version.h +++ b/lib/include/cc_tools_qt/version.h @@ -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_) \