Skip to content

Commit a936618

Browse files
authored
Merge pull request #135 from eclipse-threadx/dev
Merge changes ahead of the 202504 release
2 parents 12d185a + 5a83d9b commit a936618

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

common/inc/gx_api.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ extern "C" {
143143
#define AZURE_RTOS_GUIX
144144
#define GUIX_MAJOR_VERSION 6
145145
#define GUIX_MINOR_VERSION 4
146-
#define GUIX_PATCH_VERSION 3
147-
#define GUIX_BUILD_VERSION 202503
148-
#define GUIX_HOTFIX_VERSION ''
146+
#define GUIX_PATCH_VERSION 5
147+
#define GUIX_BUILD_VERSION 202504
148+
#define GUIX_HOTFIX_VERSION ' '
149149

150150
/* The following symbols are defined for backward compatibility reasons.*/
151151
#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 461
13+
#define STUDIOX_VERSION_NUMBER 202504
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

0 commit comments

Comments
 (0)