mirror of
https://github.com/azure-rtos/guix.git
synced 2025-02-04 07:13:17 +08:00
Upgrade GUIX version to 6.4.0 and GUIX Studio version to 6.4.0.0.
This commit is contained in:
parent
1e7c036884
commit
2f32b6e7da
@ -24,7 +24,7 @@
|
|||||||
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
/* APPLICATION INTERFACE DEFINITION RELEASE */
|
||||||
/* */
|
/* */
|
||||||
/* gx_api.h PORTABLE C */
|
/* gx_api.h PORTABLE C */
|
||||||
/* 6.3.0 */
|
/* 6.4.0 */
|
||||||
/* AUTHOR */
|
/* AUTHOR */
|
||||||
/* */
|
/* */
|
||||||
/* Kenneth Maxwell, Microsoft Corporation */
|
/* Kenneth Maxwell, Microsoft Corporation */
|
||||||
@ -112,6 +112,9 @@
|
|||||||
/* added partial canvas buffer */
|
/* added partial canvas buffer */
|
||||||
/* support, */
|
/* support, */
|
||||||
/* resulting in version 6.3.0 */
|
/* resulting in version 6.3.0 */
|
||||||
|
/* 12-31-2023 Ting Zhu Modified comment(s), */
|
||||||
|
/* updated patch version, */
|
||||||
|
/* resulting in version 6.4.0 */
|
||||||
/* */
|
/* */
|
||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
|
|
||||||
@ -134,7 +137,7 @@ extern "C" {
|
|||||||
|
|
||||||
#define AZURE_RTOS_GUIX
|
#define AZURE_RTOS_GUIX
|
||||||
#define GUIX_MAJOR_VERSION 6
|
#define GUIX_MAJOR_VERSION 6
|
||||||
#define GUIX_MINOR_VERSION 3
|
#define GUIX_MINOR_VERSION 4
|
||||||
#define GUIX_PATCH_VERSION 0
|
#define GUIX_PATCH_VERSION 0
|
||||||
|
|
||||||
/* The following symbols are defined for backward compatibility reasons.*/
|
/* The following symbols are defined for backward compatibility reasons.*/
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#define PROJECT_VERSION 56
|
#define PROJECT_VERSION 56
|
||||||
|
|
||||||
// Sequential number of studio version
|
// 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.
|
/* 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
|
Turn this off for testing when the Studio version number is not accurate
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
<Identity
|
<Identity
|
||||||
Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
|
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>
|
<Properties>
|
||||||
<DisplayName>Azure RTOS GUIX Studio</DisplayName>
|
<DisplayName>Azure RTOS GUIX Studio</DisplayName>
|
||||||
|
@ -7,16 +7,16 @@
|
|||||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||||
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
|
AppId={{1D4932BC-ACD4-4292-9530-92C8BE2E58CF}
|
||||||
AppName= GUIX Studio
|
AppName= GUIX Studio
|
||||||
AppVersion=6.3.0.1
|
AppVersion=6.4.0.0
|
||||||
;AppPublisher=
|
;AppPublisher=
|
||||||
AppPublisherURL=https://azure.com/rtos
|
AppPublisherURL=https://azure.com/rtos
|
||||||
AppSupportURL=https://azure.com/rtos
|
AppSupportURL=https://azure.com/rtos
|
||||||
AppUpdatesURL=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
|
DefaultGroupName=Azure RTOS
|
||||||
CloseApplications=no
|
CloseApplications=no
|
||||||
;LicenseFile=
|
;LicenseFile=
|
||||||
OutputBaseFilename=guix_studio_setup_version_6.3.0.1
|
OutputBaseFilename=guix_studio_setup_version_6.4.0.0
|
||||||
SetupIconFile=graphics\guix_1616icon.ico
|
SetupIconFile=graphics\guix_1616icon.ico
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
@ -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
|
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||||
|
|
||||||
[Icons]
|
[Icons]
|
||||||
Name: "{group}\GUIX Studio 6.3\GUIX Studio"; Filename: "{app}\studio\GUIX_Studio.exe"
|
Name: "{group}\GUIX Studio 6.4\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.4\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.4\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: "{group}\GUIX Studio 6.4\{cm:UninstallProgram,GUIX Studio}"; Filename: "{uninstallexe}"
|
||||||
Name: "{commondesktop}\GUIX Studio 6.3.0.1"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
|
Name: "{commondesktop}\GUIX Studio 6.4.0.0"; Filename: "{app}\studio\GUIX_Studio.exe"; Tasks: desktopicon
|
||||||
|
|
||||||
[Registry]
|
[Registry]
|
||||||
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate
|
Root: HKCR; Subkey: ".gxp"; ValueType: string; ValueName: ""; ValueData: "GUIX_Studio_Project"; Flags: uninsdeletevalue; Tasks: associate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user