Skip to content

Commit 2543d61

Browse files
committed
Update version to 6.4.2.
1 parent d2bd940 commit 2543d61

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

common/inc/gx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
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__

guix_studio/StudioXProject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

guix_studio/studiox.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,8 +1756,8 @@ END
17561756
//
17571757

17581758
VS_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"

0 commit comments

Comments
 (0)