From 5a83d9b549e2f13a0d785412edd42c872282f26f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Tue, 13 Jan 2026 08:54:35 -0500 Subject: [PATCH] Updated version number constants --- common/inc/gx_api.h | 6 +++--- guix_studio/StudioXProject.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/inc/gx_api.h b/common/inc/gx_api.h index 13436114..b3d90d82 100644 --- a/common/inc/gx_api.h +++ b/common/inc/gx_api.h @@ -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__ diff --git a/guix_studio/StudioXProject.h b/guix_studio/StudioXProject.h index 44378e23..eb6c5b0d 100644 --- a/guix_studio/StudioXProject.h +++ b/guix_studio/StudioXProject.h @@ -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