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_module/rxv2 | |
| 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_module/rxv2')
| -rw-r--r-- | ports_module/rxv2/iar/inc/tx_port.h | 2 | ||||
| -rw-r--r-- | ports_module/rxv2/iar/inc/txm_module_port.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports_module/rxv2/iar/inc/tx_port.h b/ports_module/rxv2/iar/inc/tx_port.h index f5242f2c..a593ff1c 100644 --- a/ports_module/rxv2/iar/inc/tx_port.h +++ b/ports_module/rxv2/iar/inc/tx_port.h @@ -288,7 +288,7 @@ static void _tx_thread_system_return_inline(void) #ifdef TX_THREAD_INIT CHAR _tx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX RXv2/IAR Version 6.2.1 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX RXv2/IAR Version 6.3.0 *"; #else extern CHAR _tx_version_id[]; #endif diff --git a/ports_module/rxv2/iar/inc/txm_module_port.h b/ports_module/rxv2/iar/inc/txm_module_port.h index 79199dae..fe4cad66 100644 --- a/ports_module/rxv2/iar/inc/txm_module_port.h +++ b/ports_module/rxv2/iar/inc/txm_module_port.h @@ -396,6 +396,6 @@ VOID _txm_module_manager_setup_mpu_registers(TXM_MODULE_INSTANCE *module_instan #define TXM_MODULE_MANAGER_VERSION_ID \ CHAR _txm_module_manager_version_id[] = \ - "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module RXv2/IAR Version 6.2.1 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module RXv2/IAR Version 6.3.0 *"; #endif |
