Updated version number constants (#74)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Frédéric Desbiens
2026-06-04 17:12:31 -04:00
committed by GitHub
co-authored by Copilot
parent 2e061ba319
commit b9f54b87bb
+2 -2
View File
@@ -149,8 +149,8 @@ typedef unsigned long long ULONG64;
#define AZURE_RTOS_LEVELX #define AZURE_RTOS_LEVELX
#define LEVELX_MAJOR_VERSION 6 #define LEVELX_MAJOR_VERSION 6
#define LEVELX_MINOR_VERSION 5 #define LEVELX_MINOR_VERSION 5
#define LEVELX_PATCH_VERSION 0 #define LEVELX_PATCH_VERSION 1
#define LEVELX_BUILD_VERSION 202601 #define LEVELX_BUILD_VERSION 202602
#define LEVELX_HOTFIX_VERSION ' ' #define LEVELX_HOTFIX_VERSION ' '