From 814a8a346cb3ec0caa446c1834042f1e82655e91 Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Tue, 27 Feb 2024 06:37:17 +0000 Subject: [PATCH] Update version number to 6.4.1 --- common/inc/lx_api.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/inc/lx_api.h b/common/inc/lx_api.h index 4d2c88a..b429456 100644 --- a/common/inc/lx_api.h +++ b/common/inc/lx_api.h @@ -25,7 +25,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* lx_api.h PORTABLE C */ -/* 6.4.0 */ +/* 6.4.1 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -88,6 +88,9 @@ /* 12-31-2023 Xiuwen Cai Modified comment(s), */ /* added configuration checks, */ /* resulting in version 6.4.0 */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.1 */ /* */ /**************************************************************************/ @@ -200,7 +203,7 @@ typedef unsigned long long ULONG64; #define AZURE_RTOS_LEVELX #define LEVELX_MAJOR_VERSION 6 #define LEVELX_MINOR_VERSION 4 -#define LEVELX_PATCH_VERSION 0 +#define LEVELX_PATCH_VERSION 1 /* Define general LevelX Constants. */