diff options
| author | TiejunZhou <[email protected]> | 2023-10-23 15:31:03 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-23 15:31:03 +0800 |
| commit | 13b700fd3ed763cedcba7dbd17b859077a01aa9c (patch) | |
| tree | dce98f5940c79679029fc79109b8c6af166bbfaf /ports/linux/gnu | |
| parent | 9ee2738aec92ecab0dd321dd5836f56927f72b7a (diff) | |
Update release version to 6.3.0 and date to 10-31-2023 (#308)v6.3.0_rel
Diffstat (limited to 'ports/linux/gnu')
| -rw-r--r-- | ports/linux/gnu/inc/tx_port.h | 8 |
1 files changed, 4 insertions, 4 deletions
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 |
