diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-04 17:23:53 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-04 17:23:53 -0400 |
| commit | 9b8fac9601d1d83e79a1c4e3f48ea4beefd2dea7 (patch) | |
| tree | da57c76e86a40e1b2e54d4aa806812c2713b38df /common/core/inc | |
| parent | 8fecc58869bf3f53d76e91c72a6a265c9ac40a10 (diff) | |
Release 6.5.1.202602 preparation (#267)
* Updated version number constants
* Updated port version strings
---------
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'common/core/inc')
| -rw-r--r-- | common/core/inc/ux_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/core/inc/ux_api.h b/common/core/inc/ux_api.h index a9daa95..ed26f72 100644 --- a/common/core/inc/ux_api.h +++ b/common/core/inc/ux_api.h @@ -239,8 +239,8 @@ typedef signed char SCHAR; #define AZURE_RTOS_USBX #define USBX_MAJOR_VERSION 6 #define USBX_MINOR_VERSION 5 -#define USBX_PATCH_VERSION 0 -#define USBX_BUILD_VERSION 202601 +#define USBX_PATCH_VERSION 1 +#define USBX_BUILD_VERSION 202602 #define USBX_HOTFIX_VERSION ' ' /* Macros for concatenating tokens, where UX_CONCATn concatenates n tokens. */ |
