summaryrefslogtreecommitdiff
path: root/ports/linux/gnu
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-08 16:59:04 +0200
committerGitHub <[email protected]>2026-06-08 16:59:04 +0200
commitdf30b8b96e4c0c6d72e0bb80d2a2ec31666e5afe (patch)
treef6c93b472994cad9bc3e7244a005216493cca472 /ports/linux/gnu
parent5a07bdac351a47e03feeb714d86c393dc91d30b7 (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/linux/gnu')
-rw-r--r--ports/linux/gnu/inc/tx_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/linux/gnu/inc/tx_port.h b/ports/linux/gnu/inc/tx_port.h
index 40f5d505..842afe0f 100644
--- a/ports/linux/gnu/inc/tx_port.h
+++ b/ports/linux/gnu/inc/tx_port.h
@@ -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