From de1c6e9bbe13e2db480e4e0ed2d3589ebdd5db27 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Wed, 3 Jun 2026 16:55:01 -0400 Subject: Release 6.5.1.202602 preparation (#543) * Updated version number constants * Updated port version strings --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ports/linux/gnu/inc/tx_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/linux/gnu') 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 -- cgit v1.3.1