From 6feddf9b35ba57441bda4e0b2baaf2d68edbf8e8 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Mon, 29 Sep 2025 19:56:14 +0100 Subject: Updated version number and added build number and hotfix. --- common/core/inc/ux_api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 5f5feba..635acea 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -348,7 +348,9 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 2 +#define USBX_PATCH_VERSION 3 +#define USBX_BUILD_VERSION 202503 +#define USBX_HOTFIX_VERSION '' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ -- cgit v1.3.1