summaryrefslogtreecommitdiff
path: root/ports/linux
diff options
context:
space:
mode:
authorFrédéric Desbiens <[email protected]>2026-06-03 16:55:01 -0400
committerGitHub <[email protected]>2026-06-03 16:55:01 -0400
commitde1c6e9bbe13e2db480e4e0ed2d3589ebdd5db27 (patch)
tree8e34967fc4dfc0eecbb6449648dea9d575b141dd /ports/linux
parente2834b3618d8ff3f4eba8bae55f2eb898b62005c (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/linux')
-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 83d72df0..40f5d505 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.0.202601 *";
+ "Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.5.1.202602 *";
#else
extern CHAR _tx_version_id[];
#endif