summaryrefslogtreecommitdiff
path: root/ports/arm11/gnu/inc
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/arm11/gnu/inc
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/arm11/gnu/inc')
-rw-r--r--ports/arm11/gnu/inc/tx_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/arm11/gnu/inc/tx_port.h b/ports/arm11/gnu/inc/tx_port.h
index 259ad092..c0cb95f6 100644
--- a/ports/arm11/gnu/inc/tx_port.h
+++ b/ports/arm11/gnu/inc/tx_port.h
@@ -300,7 +300,7 @@ unsigned int _tx_thread_interrupt_restore(UINT old_posture);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
- "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.0.202601 *";
+ "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * ThreadX ARM11/GNU Version 6.5.1.202602 *";
#else
extern CHAR _tx_version_id[];
#endif