From 13b700fd3ed763cedcba7dbd17b859077a01aa9c Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:31:03 +0800 Subject: Update release version to 6.3.0 and date to 10-31-2023 (#308) --- ports/linux/gnu/inc/tx_port.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ports/linux/gnu') diff --git a/ports/linux/gnu/inc/tx_port.h b/ports/linux/gnu/inc/tx_port.h index 85afa0c4..1993faa3 100644 --- a/ports/linux/gnu/inc/tx_port.h +++ b/ports/linux/gnu/inc/tx_port.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* tx_port.h Linux/GNU */ -/* 6.x */ +/* 6.3.0 */ /* */ /* AUTHOR */ /* */ @@ -54,9 +54,9 @@ /* 04-25-2022 William E. Lamie Modified comment(s), removed */ /* useless definition, */ /* resulting in version 6.1.11 */ -/* xx-xx-xxxx Yanwu Cai Modified comment(s), fixed */ +/* 10-31-2023 Yanwu Cai Modified comment(s), fixed */ /* compile warnings, */ -/* resulting in version 6.x */ +/* resulting in version 6.3.0 */ /* */ /**************************************************************************/ @@ -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.2.1 *"; + "Copyright (c) Microsoft Corporation * ThreadX Linux/gcc Version 6.3.0 *"; #else extern CHAR _tx_version_id[]; #endif -- cgit v1.3.1