Update version number to 6.4.1

This commit is contained in:
TiejunZhou
2024-02-27 06:37:17 +00:00
parent 34616e26e7
commit 814a8a346c
+5 -2
View File
@@ -25,7 +25,7 @@
/* APPLICATION INTERFACE DEFINITION RELEASE */ /* APPLICATION INTERFACE DEFINITION RELEASE */
/* */ /* */
/* lx_api.h PORTABLE C */ /* lx_api.h PORTABLE C */
/* 6.4.0 */ /* 6.4.1 */
/* AUTHOR */ /* AUTHOR */
/* */ /* */
/* William E. Lamie, Microsoft Corporation */ /* William E. Lamie, Microsoft Corporation */
@@ -88,6 +88,9 @@
/* 12-31-2023 Xiuwen Cai Modified comment(s), */ /* 12-31-2023 Xiuwen Cai Modified comment(s), */
/* added configuration checks, */ /* added configuration checks, */
/* resulting in version 6.4.0 */ /* 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 AZURE_RTOS_LEVELX
#define LEVELX_MAJOR_VERSION 6 #define LEVELX_MAJOR_VERSION 6
#define LEVELX_MINOR_VERSION 4 #define LEVELX_MINOR_VERSION 4
#define LEVELX_PATCH_VERSION 0 #define LEVELX_PATCH_VERSION 1
/* Define general LevelX Constants. */ /* Define general LevelX Constants. */