Skip to content

Commit 36193be

Browse files
author
Bo Chen (from Dev Box)
committed
Update version to 6.4.1
1 parent bf30b3a commit 36193be

File tree

49 files changed

+55
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+55
-52
lines changed

common/inc/gx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/* APPLICATION INTERFACE DEFINITION RELEASE */
2424
/* */
2525
/* gx_api.h PORTABLE C */
26-
/* 6.4.0 */
26+
/* 6.4.1 */
2727
/* AUTHOR */
2828
/* */
2929
/* Kenneth Maxwell, Microsoft Corporation */
@@ -114,6 +114,9 @@
114114
/* 12-31-2023 Ting Zhu Modified comment(s), */
115115
/* updated patch version, */
116116
/* resulting in version 6.4.0 */
117+
/* 03-01-2024 Ting Zhu Modified comment(s), */
118+
/* updated patch version, */
119+
/* resulting in version 6.4.1 */
117120
/* */
118121
/**************************************************************************/
119122

@@ -137,7 +140,7 @@ extern "C" {
137140
#define AZURE_RTOS_GUIX
138141
#define GUIX_MAJOR_VERSION 6
139142
#define GUIX_MINOR_VERSION 4
140-
#define GUIX_PATCH_VERSION 0
143+
#define GUIX_PATCH_VERSION 1
141144

142145
/* The following symbols are defined for backward compatibility reasons.*/
143146
#define __PRODUCT_GUIX__

guix_studio/build/vs_2019/msix_package_project/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Identity
1212
Name="Microsoft.AzureRTOSGUIXStudio"
1313
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
14-
Version="6.4.0.0" />
14+
Version="6.4.1.0" />
1515

1616
<Properties>
1717
<DisplayName>Eclipse ThreadX GUIX Studio</DisplayName>

guix_studio/installer/guix_installer_release.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
88
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
99
AppName=GUIX Studio
10-
AppVersion=6.4.0.0
10+
AppVersion=6.4.1.0
1111
AppPublisher=Eclipse Foundation
1212
AppPublisherURL=https://threadx.io/
1313
AppSupportURL=https://threadx.io/
@@ -16,7 +16,7 @@ DefaultDirName={sd}\Eclipse_ThreadX\GUIX_Studio_6.4
1616
DefaultGroupName=Eclipse_ThreadX
1717
CloseApplications=no
1818
;LicenseFile=
19-
OutputBaseFilename=guix_studio_setup_version_6.4.0.0
19+
OutputBaseFilename=guix_studio_setup_version_6.4.1.0
2020
SetupIconFile=graphics\guix_1616icon.ico
2121
Compression=lzma
2222
SolidCompression=yes
@@ -50,7 +50,7 @@ Name: "{group}\GUIX Studio 6.4\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio
5050
Name: "{group}\GUIX Studio 6.4\GUIX Studio User's Guide"; Filename: "https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/about-guix-studio.md"
5151
Name: "{group}\GUIX Studio 6.4\GUIX User's Guide"; Filename: "https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/about-guix-studio.md"
5252
Name: "{group}\GUIX Studio 6.4\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
53-
Name: "{commondesktop}\GUIX Studio 6.4.0.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
53+
Name: "{commondesktop}\GUIX Studio 6.4.1.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
5454

5555
[Registry]
5656
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate

ports/arc_em/metaware/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/arc_hs/metaware/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/arm9/ac5/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/arm9/gnu/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/arm9/iar/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/c667x/ccs/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ typedef SHORT GX_VALUE;
138138

139139
#ifdef GX_SYSTEM_INIT
140140
CHAR _gx_version_id[] =
141-
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.0 *";
141+
"Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.1 *";
142142
#else
143143
extern CHAR _gx_version_id[];
144144
#endif

ports/ccrx/inc/gx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef unsigned char GX_UCHAR;
145145

146146
#ifdef GX_SYSTEM_INIT
147147
CHAR _gx_version_id[] =
148-
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.0 *";
148+
"Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.1 *";
149149
#else
150150
extern CHAR _gx_version_id[];
151151
#endif

0 commit comments

Comments
 (0)