diff options
| author | TiejunZhou <[email protected]> | 2024-02-27 06:00:58 +0000 |
|---|---|---|
| committer | TiejunZhou <[email protected]> | 2024-02-27 06:00:58 +0000 |
| commit | 27f0ce9ca2334b975c298fd00eac1bc05ecec1f7 (patch) | |
| tree | 37d16c29dfa87da275290a2b2af7508c070161f8 /ports/cortex_a5x | |
| parent | 9f527a31e57b40159713309a1f7ed12fb75bd055 (diff) | |
Update version number to 6.4.1
Diffstat (limited to 'ports/cortex_a5x')
| -rw-r--r-- | ports/cortex_a5x/ac6/inc/tx_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cortex_a5x/ac6/inc/tx_port.h b/ports/cortex_a5x/ac6/inc/tx_port.h index f52e3912..becdc1ff 100644 --- a/ports/cortex_a5x/ac6/inc/tx_port.h +++ b/ports/cortex_a5x/ac6/inc/tx_port.h @@ -356,7 +356,7 @@ VOID tx_thread_fp_disable(VOID); #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5x/ARM Version 6.4.0 *"; + "Copyright (c) 2024 Microsoft Corporation. * ThreadX Cortex-A5x/ARM Version 6.4.1 *"; #else extern CHAR _tx_version_id[]; #endif |
