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_module/cortex_m3/ac5/inc | |
| 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_module/cortex_m3/ac5/inc')
| -rw-r--r-- | ports_module/cortex_m3/ac5/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports_module/cortex_m3/ac5/inc/tx_port.h b/ports_module/cortex_m3/ac5/inc/tx_port.h index eb5c4a30..e81b3721 100644 --- a/ports_module/cortex_m3/ac5/inc/tx_port.h +++ b/ports_module/cortex_m3/ac5/inc/tx_port.h @@ -711,7 +711,7 @@ void tx_thread_fpu_disable(void); #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-M3 Version 6.5.0.202601 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-M3 Version 6.5.1.202602 *"; #else #ifdef TX_MISRA_ENABLE extern CHAR _tx_version_id[100]; |
