Skip to content

Commit

Permalink
Update for 6.4.0 release (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-ms authored Dec 28, 2023
1 parent b374182 commit 0ca8afe
Show file tree
Hide file tree
Showing 93 changed files with 218 additions and 193 deletions.
7 changes: 5 additions & 2 deletions common/inc/gx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */
/* */
/* gx_api.h PORTABLE C */
/* 6.3.0 */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand Down Expand Up @@ -112,6 +112,9 @@
/* added partial canvas buffer */
/* support, */
/* resulting in version 6.3.0 */
/* 12-31-2023 Ting Zhu Modified comment(s), */
/* updated patch version, */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/

Expand All @@ -134,7 +137,7 @@ extern "C" {

#define AZURE_RTOS_GUIX
#define GUIX_MAJOR_VERSION 6
#define GUIX_MINOR_VERSION 3
#define GUIX_MINOR_VERSION 4
#define GUIX_PATCH_VERSION 0

/* The following symbols are defined for backward compatibility reasons.*/
Expand Down
6 changes: 3 additions & 3 deletions common/src/gx_horizontal_list_scroll_info_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_horizontal_list_scroll_info_get PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand Down Expand Up @@ -69,10 +69,10 @@
/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */
/* 09-30-2020 Kenneth Maxwell Modified comment(s), */
/* resulting in version 6.1 */
/* xx-xx-xxxx Ting Zhu Modified comments(s), */
/* 12-31-2023 Ting Zhu Modified comments(s), */
/* improved the calculation of */
/* the maximum scrolling value.*/
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_horizontal_list_scroll_info_get(GX_WINDOW *win, ULONG style, GX_SCROLL_INFO *info)
Expand Down
6 changes: 3 additions & 3 deletions common/src/gx_single_line_text_input_event_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ GX_VALUE click_x;
/* FUNCTION RELEASE */
/* */
/* _gx_single_line_text_input_event_process PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand Down Expand Up @@ -294,11 +294,11 @@ GX_VALUE click_x;
/* added logic to release */
/* dynamic input buffer, */
/* resulting in version 6.1.3 */
/* xx-xx-xxxx Ting Zhu Modified comment(s), */
/* 12-31-2023 Ting Zhu Modified comment(s), */
/* modified to always call */
/* default widget event */
/* process on a pen up event, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
UINT _gx_single_line_text_input_event_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr)
Expand Down
6 changes: 3 additions & 3 deletions common/src/gx_vertical_list_scroll_info_get.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
/* FUNCTION RELEASE */
/* */
/* _gx_vertical_list_scroll_info_get PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand Down Expand Up @@ -69,10 +69,10 @@
/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */
/* 09-30-2020 Kenneth Maxwell Modified comment(s), */
/* resulting in version 6.1 */
/* xx-xx-xxxx Ting Zhu Modified comments(s), */
/* 12-31-2023 Ting Zhu Modified comments(s), */
/* improved the calculation of */
/* the maximum scrolling value.*/
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
VOID _gx_vertical_list_scroll_info_get(GX_VERTICAL_LIST *list, ULONG style, GX_SCROLL_INFO *info)
Expand Down
6 changes: 3 additions & 3 deletions common/src/gx_widget_event_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GX_WIDGET *end = GX_NULL;
/* FUNCTION RELEASE */
/* */
/* _gx_widget_event_process PORTABLE C */
/* 6.x */
/* 6.4.0 */
/* AUTHOR */
/* */
/* Kenneth Maxwell, Microsoft Corporation */
Expand Down Expand Up @@ -175,9 +175,9 @@ GX_WIDGET *end = GX_NULL;
/* system input release logic */
/* on widget hide event, */
/* resulting in version 6.1.11 */
/* xx-xx-xxxx Ting Zhu Modified comment(s), */
/* 12-31-2023 Ting Zhu Modified comment(s), */
/* improved focus lose logic, */
/* resulting in version 6.x */
/* resulting in version 6.4.0 */
/* */
/**************************************************************************/
UINT _gx_widget_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr)
Expand Down
2 changes: 1 addition & 1 deletion guix_studio/StudioXProject.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define PROJECT_VERSION 56

// Sequential number of studio version
#define STUDIOX_VERSION_NUMBER 1
#define STUDIOX_VERSION_NUMBER 0

/* This enabled checking if the project was created by a newer version of Studio.
Turn this off for testing when the Studio version number is not accurate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<Identity
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
Version="6.3.1.0" Name="Microsoft.AzureRTOSGUIXStudio"/>
Version="6.4.0.0" Name="Microsoft.AzureRTOSGUIXStudio"/>

<Properties>
<DisplayName>Azure RTOS GUIX Studio</DisplayName>
Expand Down
16 changes: 8 additions & 8 deletions guix_studio/installer/guix_installer_release.iss
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
AppName= GUIX Studio
AppVersion=6.3.0.1
AppVersion=6.4.0.0
;AppPublisher=
AppPublisherURL=https://azure.com/rtos
AppSupportURL=https://azure.com/rtos
AppUpdatesURL=https://azure.com/rtos
DefaultDirName={sd}\Azure_RTOS\GUIX_Studio_6.3
DefaultDirName={sd}\Azure_RTOS\GUIX_Studio_6.4
DefaultGroupName=Azure RTOS
CloseApplications=no
;LicenseFile=
OutputBaseFilename=guix_studio_setup_version_6.3.0.1
OutputBaseFilename=guix_studio_setup_version_6.4.0.0
SetupIconFile=graphics\guix_1616icon.ico
Compression=lzma
SolidCompression=yes
Expand Down Expand Up @@ -46,11 +46,11 @@ Source: "build\vs_2019\Release\guix_studio.exe"; DestDir: "{app}\studio"; DestNa
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

[Icons]
Name: "{group}\GUIX Studio 6.3\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio.exe"
Name: "{group}\GUIX Studio 6.3\GUIX Studio User's Guide"; Filename: "https://aka.ms/azrtos-guix-studio-user-guide"
Name: "{group}\GUIX Studio 6.3\GUIX User's Guide"; Filename: "https://aka.ms/azrtos-guix-user-guide"
Name: "{group}\GUIX Studio 6.3\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\GUIX Studio 6.3.0.1"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
Name: "{group}\GUIX Studio 6.4\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio.exe"
Name: "{group}\GUIX Studio 6.4\GUIX Studio User's Guide"; Filename: "https://aka.ms/azrtos-guix-studio-user-guide"
Name: "{group}\GUIX Studio 6.4\GUIX User's Guide"; Filename: "https://aka.ms/azrtos-guix-user-guide"
Name: "{group}\GUIX Studio 6.4\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
Name: "{commondesktop}\GUIX Studio 6.4.0.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon

[Registry]
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate
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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -146,7 +146,7 @@ typedef unsigned char GX_UCHAR;

#ifdef GX_SYSTEM_INIT
CHAR _gx_version_id[] =
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Version 6.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -137,7 +137,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -137,7 +137,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -143,7 +143,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * 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 @@ -139,7 +139,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.3.0 *";
"Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.4.0 *";
#else
extern CHAR _gx_version_id[];
#endif
Expand Down
Loading

0 comments on commit 0ca8afe

Please sign in to comment.