From d9ffb0f97dcc97c5dec5675439ea65f3f87b466b Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:51:29 +0800 Subject: Update release date and version (#338) * Update version number in API header * Update release date and version --- 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 1993faa3..97626871 100644 --- a/ports/linux/gnu/inc/tx_port.h +++ b/ports/linux/gnu/inc/tx_port.h @@ -548,7 +548,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.3.0 *"; + "Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.4.0 *"; #else extern CHAR _tx_version_id[]; #endif -- cgit v1.3.1