From 03eccbdb59a8ccd9d9afb02df3cd21a814837193 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Mon, 12 Jan 2026 17:37:40 -0500 Subject: Updated version number constants --- common/core/inc/ux_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index 748d588..ea1c0e0 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -348,9 +348,9 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 3 -#define USBX_BUILD_VERSION 202503 -#define USBX_HOTFIX_VERSION '' +#define USBX_PATCH_VERSION 5 +#define USBX_BUILD_VERSION 202504 +#define USBX_HOTFIX_VERSION ' ' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ -- cgit v1.3.1