File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 117117/* 03-01-2024 Ting Zhu Modified comment(s), */
118118/* updated patch version, */
119119/* resulting in version 6.4.1 */
120+ /* 02-19-2025 Frédéric Desbiens Modified comment(s), */
121+ /* update version number, */
122+ /* resulting in version 6.4.2 */
120123/* */
121124/**************************************************************************/
122125
@@ -140,7 +143,7 @@ extern "C" {
140143#define AZURE_RTOS_GUIX
141144#define GUIX_MAJOR_VERSION 6
142145#define GUIX_MINOR_VERSION 4
143- #define GUIX_PATCH_VERSION 1
146+ #define GUIX_PATCH_VERSION 2
144147
145148/* The following symbols are defined for backward compatibility reasons.*/
146149#define __PRODUCT_GUIX__
Original file line number Diff line number Diff line change 1010#define PROJECT_VERSION 56
1111
1212// Sequential number of studio version
13- #define STUDIOX_VERSION_NUMBER 442
13+ #define STUDIOX_VERSION_NUMBER 461
1414
1515/* This enabled checking if the project was created by a newer version of Studio.
1616 Turn this off for testing when the Studio version number is not accurate
Original file line number Diff line number Diff line change @@ -1756,8 +1756,8 @@ END
17561756//
17571757
17581758VS_VERSION_INFO VERSIONINFO
1759- FILEVERSION 1,0,0,1
1760- PRODUCTVERSION 1,0,0,1
1759+ FILEVERSION 6,4,2,461
1760+ PRODUCTVERSION 6,4,2,461
17611761 FILEFLAGSMASK 0x3fL
17621762#ifdef _DEBUG
17631763 FILEFLAGS 0x1L
@@ -1774,12 +1774,12 @@ BEGIN
17741774 BEGIN
17751775 VALUE "CompanyName", "Eclipse Foundation"
17761776 VALUE "FileDescription", "GUIX Studio Application"
1777- VALUE "FileVersion", "6.4.1 "
1777+ VALUE "FileVersion", "6.4.2.461 "
17781778 VALUE "InternalName", "studiox.exe"
17791779 VALUE "LegalCopyright", "(c) Eclipse ThreadX contributors"
17801780 VALUE "OriginalFilename", "studiox.exe"
17811781 VALUE "ProductName", "Eclipse ThreadX GUIX Studio"
1782- VALUE "ProductVersion", "6.4.1.442 "
1782+ VALUE "ProductVersion", "6.4.2.461 "
17831783 END
17841784 END
17851785 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments