From c27eb52bd24ada82f552e0ab7a526203b8aed7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Mon, 12 Jan 2026 18:01:37 -0500 Subject: [PATCH] Updated version number constants --- common/inc/lx_api.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/inc/lx_api.h b/common/inc/lx_api.h index 05dab15..21b1950 100644 --- a/common/inc/lx_api.h +++ b/common/inc/lx_api.h @@ -204,7 +204,9 @@ typedef unsigned long long ULONG64; #define AZURE_RTOS_LEVELX #define LEVELX_MAJOR_VERSION 6 #define LEVELX_MINOR_VERSION 4 -#define LEVELX_PATCH_VERSION 1 +#define LEVELX_PATCH_VERSION 5 +#define LEVELX_BUILD_VERSION 202504 +#define LEVELX_HOTFIX_VERSION ' ' /* Define general LevelX Constants. */