Skip to content

Commit 2512084

Browse files
committed
Incremented patch version in ux_api.h.
1 parent 2b0a32b commit 2512084

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

common/core/inc/ux_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,12 @@
141141
/* resulting in version 6.3.0 */
142142
/* 12-31-2023 Chaoqiong Xiao Modified comment(s), */
143143
/* resulting in version 6.4.0 */
144-
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
144+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
145145
/* update version number, */
146146
/* resulting in version 6.4.1 */
147+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
148+
/* update version number, */
149+
/* resulting in version 6.4.2 */
147150
/* */
148151
/**************************************************************************/
149152

@@ -345,7 +348,7 @@ typedef signed char SCHAR;
345348
#define AZURE_RTOS_USBX
346349
#define USBX_MAJOR_VERSION 6
347350
#define USBX_MINOR_VERSION 4
348-
#define USBX_PATCH_VERSION 1
351+
#define USBX_PATCH_VERSION 2
349352

350353
/* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */
351354

0 commit comments

Comments
 (0)