diff options
| author | Frédéric Desbiens <[email protected]> | 2025-09-29 19:56:14 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-09-29 19:56:14 +0100 |
| commit | 6feddf9b35ba57441bda4e0b2baaf2d68edbf8e8 (patch) | |
| tree | 119a8d32d75c6f45b6c91e81115ae218c4e5f92a | |
| parent | 652c2949ebd466abea7f1cdd855b24d014d29be5 (diff) | |
Updated version number and added build number and hotfix.
| -rw-r--r-- | common/core/inc/ux_api.h | 4 |
1 files changed, 3 insertions, 1 deletions
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. */ |
