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 /ports/cortex_r5/gnu | |
| 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 'ports/cortex_r5/gnu')
| -rw-r--r-- | ports/cortex_r5/gnu/inc/ux_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_r5/gnu/inc/ux_port.h b/ports/cortex_r5/gnu/inc/ux_port.h index 6ac4c67..c812916 100644 --- a/ports/cortex_r5/gnu/inc/ux_port.h +++ b/ports/cortex_r5/gnu/inc/ux_port.h @@ -246,7 +246,7 @@ VOID outpl(ULONG,ULONG); #ifdef UX_SYSTEM_INIT CHAR _ux_version_id[] = - "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-R5/GNU Version 6.5.0.202601 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-R5/GNU Version 6.5.1.202602 *"; #else extern CHAR _ux_version_id[]; #endif |
