summaryrefslogtreecommitdiff
path: root/ports/cortex_m3/gnu/inc
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-04 17:23:53 -0400
committerGitHub <[email protected]>2026-06-04 17:23:53 -0400
commit9b8fac9601d1d83e79a1c4e3f48ea4beefd2dea7 (patch)
treeda57c76e86a40e1b2e54d4aa806812c2713b38df /ports/cortex_m3/gnu/inc
parent8fecc58869bf3f53d76e91c72a6a265c9ac40a10 (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_m3/gnu/inc')
-rw-r--r--ports/cortex_m3/gnu/inc/ux_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_m3/gnu/inc/ux_port.h b/ports/cortex_m3/gnu/inc/ux_port.h
index 0361f98..61f33e2 100644
--- a/ports/cortex_m3/gnu/inc/ux_port.h
+++ b/ports/cortex_m3/gnu/inc/ux_port.h
@@ -243,7 +243,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-M3/GNU Version 6.5.0.202601 *";
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * USBX Cortex-M3/GNU Version 6.5.1.202602 *";
#else
extern CHAR _ux_version_id[];
#endif