summaryrefslogtreecommitdiff
path: root/ports/linux/gnu
diff options
context:
space:
mode:
authorStefan Wick <[email protected]>2024-02-27 17:08:48 -0800
committerGitHub <[email protected]>2024-02-27 17:08:48 -0800
commitdaea08d5a98c6f67e53f07bbbc58cec84c0cbd7b (patch)
treeaa986f7d3b95d1da18f7799db1fe21ddb89822d7 /ports/linux/gnu
parent3d62cbb2c01834cd6c511d38500f3b513fd48707 (diff)
parentde311f995c1f3534e68149c1200130ae30beb28b (diff)
Merge branch 'master' into bo-ms/add_revision_history
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 3429ad17..76bec2a6 100644
--- a/ports/linux/gnu/inc/tx_port.h
+++ b/ports/linux/gnu/inc/tx_port.h
@@ -547,7 +547,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.4.0 *";
+ "Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.4.1 *";
#else
extern CHAR _tx_version_id[];
#endif