Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version id string. #101

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions common/src/gxe_rich_text_view_create.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/**************************************************************************/
/***************************************************************************
* Copyright (c) 2024 Microsoft Corporation
*
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: MIT
**************************************************************************/


/**************************************************************************/
Expand Down
14 changes: 9 additions & 5 deletions common/src/gxe_rich_text_view_fonts_set.c
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/**************************************************************************/
/* */
/* Copyright (c) Microsoft Corporation. All rights reserved. */
/* */
/**************************************************************************/
/***************************************************************************
* Copyright (c) 2024 Microsoft Corporation
*
* This program and the accompanying materials are made available under the
* terms of the MIT License which is available at
* https://opensource.org/licenses/MIT.
*
* SPDX-License-Identifier: MIT
**************************************************************************/


/**************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_em/metaware/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arc_hs/metaware/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/arm9/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/c667x/ccs/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/ccrx/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ typedef unsigned char GX_UCHAR;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a15/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A15/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a5x/ac6/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5x/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a7/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a8/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_a9/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m0/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m3/keil/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m4/keil/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/KEIL Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_m7/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/ac6/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC6 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/gnu/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/GNU Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r4/iar/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/IAR Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
2 changes: 1 addition & 1 deletion ports/cortex_r5/ac5/inc/gx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
Loading
Loading