diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-03 16:55:01 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-03 16:55:01 -0400 |
| commit | de1c6e9bbe13e2db480e4e0ed2d3589ebdd5db27 (patch) | |
| tree | 8e34967fc4dfc0eecbb6449648dea9d575b141dd /ports/cortex_a7/ghs | |
| parent | e2834b3618d8ff3f4eba8bae55f2eb898b62005c (diff) | |
Release 6.5.1.202602 preparation (#543)
* Updated version number constants
* Updated port version strings
---------
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'ports/cortex_a7/ghs')
| -rw-r--r-- | ports/cortex_a7/ghs/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_a7/ghs/inc/tx_port.h b/ports/cortex_a7/ghs/inc/tx_port.h index 7fa32537..cbd64400 100644 --- a/ports/cortex_a7/ghs/inc/tx_port.h +++ b/ports/cortex_a7/ghs/inc/tx_port.h @@ -386,7 +386,7 @@ void tx_thread_vfp_disable(void); #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A7/Green Hills Version 6.5.0.202601 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-A7/Green Hills Version 6.5.1.202602 *"; #else extern CHAR _tx_version_id[]; #endif |
