diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-08 16:59:04 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-08 16:59:04 +0200 |
| commit | df30b8b96e4c0c6d72e0bb80d2a2ec31666e5afe (patch) | |
| tree | f6c93b472994cad9bc3e7244a005216493cca472 /ports/cortex_m3/gnu | |
| parent | 5a07bdac351a47e03feeb714d86c393dc91d30b7 (diff) | |
Release 6.5.1.202602a preparation (#547)
* Updated version number constants
* Updated port version strings
---------
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'ports/cortex_m3/gnu')
| -rw-r--r-- | ports/cortex_m3/gnu/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_m3/gnu/inc/tx_port.h b/ports/cortex_m3/gnu/inc/tx_port.h index 41b48ad3..d36b9ea3 100644 --- a/ports/cortex_m3/gnu/inc/tx_port.h +++ b/ports/cortex_m3/gnu/inc/tx_port.h @@ -702,7 +702,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/GNU Version 6.5.1.202602 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX Cortex-M3/GNU Version 6.5.1.202602a *"; #else #ifdef TX_MISRA_ENABLE extern CHAR _tx_version_id[100]; |
