Skip to content

Commit

Permalink
Merge pull request #240 from eclipse-threadx/bo-ms/update_version_id
Browse files Browse the repository at this point in the history
Update version id string.
  • Loading branch information
wickste authored Jan 30, 2024
2 parents d5da94b + 3516d5d commit 41bb996
Show file tree
Hide file tree
Showing 62 changed files with 63 additions and 64 deletions.
5 changes: 2 additions & 3 deletions common/src/nxe_ip_interface_detach.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
*
* SPDX-License-Identifier: MIT
**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */


/**************************************************************************/
/**************************************************************************/
/** */
Expand Down
2 changes: 1 addition & 1 deletion nx_secure/ports/nx_secure_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

#ifdef NX_SECURE_SYSTEM_INIT
CHAR _nx_secure_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Secure Generic Version G6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Secure Generic Version G6.4.0 *";
#else
extern CHAR _nx_secure_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARCv2_EM/MetaWare Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARC_HS/MetaWare Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A15/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A5x/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A8/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A8/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A8/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/rvds/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A9/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M0/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M0/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M0/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M23/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M23/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m23/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M23/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M23/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M3/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M3/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M3/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/keil/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M3/Keil Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M3/Keil Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M33/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M33/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/AC6 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M33/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m33/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M33/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M33/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/keil/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M4/Keil Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M4/Keil Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M55/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M55/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/AC6 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M55/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m55/iar/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M55/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M55/IAR Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/ac5/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M7/AC5 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/ac6/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M7/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M7/AC6 Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/gnu/inc/nx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

#ifdef NX_SYSTEM_INIT
CHAR _nx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * NetX Duo Cortex-M7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _nx_version_id[];
#endif
Expand Down
Loading

0 comments on commit 41bb996

Please sign in to comment.