Update version id string.

This commit is contained in:
Bo Chen (from Dev Box)
2024-01-30 08:39:18 +08:00
parent 54a4378fc6
commit 3e1da1f0b0
1048 changed files with 1048 additions and 1048 deletions

View File

@@ -337,7 +337,7 @@ void tx_thread_vfp_disable(void);
#ifdef TX_THREAD_INIT
CHAR _tx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX ARMv7-A Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX ARMv7-A Version 6.4.0 *";
#else
extern CHAR _tx_version_id[];
#endif

View File

@@ -409,7 +409,7 @@ UINT _txm_module_manager_inside_data_check(ULONG pointer);
#define TXM_MODULE_MANAGER_VERSION_ID \
CHAR _txm_module_manager_version_id[] = \
"Copyright (c) Microsoft Corporation. All rights reserved. * ThreadX Module Cortex-A7/MMU/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * ThreadX Module Cortex-A7/MMU/GNU Version 6.4.0 *";
#endif