Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions common/inc/gx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ extern "C" {
#define AZURE_RTOS_GUIX
#define GUIX_MAJOR_VERSION 6
#define GUIX_MINOR_VERSION 4
#define GUIX_PATCH_VERSION 3
#define GUIX_BUILD_VERSION 202503
#define GUIX_HOTFIX_VERSION ''
#define GUIX_PATCH_VERSION 5
#define GUIX_BUILD_VERSION 202504
#define GUIX_HOTFIX_VERSION ' '

/* The following symbols are defined for backward compatibility reasons.*/
#define __PRODUCT_GUIX__
Expand Down
2 changes: 1 addition & 1 deletion guix_studio/StudioXProject.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define PROJECT_VERSION 56

// Sequential number of studio version
#define STUDIOX_VERSION_NUMBER 461
#define STUDIOX_VERSION_NUMBER 202504

/* 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
Expand Down
Loading