From 2512084d63366ea25da65d82c35f1fd0d65aa7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Mon, 24 Feb 2025 10:11:21 -0500 Subject: [PATCH] Incremented patch version in ux_api.h. --- common/core/inc/ux_api.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index afa417e..5f5feba 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -141,9 +141,12 @@ /* resulting in version 6.3.0 */ /* 12-31-2023 Chaoqiong Xiao Modified comment(s), */ /* resulting in version 6.4.0 */ -/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ /* update version number, */ /* resulting in version 6.4.1 */ +/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.2 */ /* */ /**************************************************************************/ @@ -345,7 +348,7 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 4 -#define USBX_PATCH_VERSION 1 +#define USBX_PATCH_VERSION 2 /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */