Release 6.5.1.202602a preparation (#547)

* Updated version number constants

* Updated port version strings

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Frédéric Desbiens
2026-06-08 16:59:04 +02:00
committed by GitHub
co-authored by Copilot
parent 5a07bdac35
commit df30b8b96e
207 changed files with 207 additions and 207 deletions
+1 -1
View File
@@ -533,7 +533,7 @@ VOID _tx_thread_interrupt_restore(UINT previous_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.5.1.202602 *";
"Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.5.1.202602a *";
#else
extern CHAR _tx_version_id[];
#endif