Skip to content

Commit

Permalink
Update version number to 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TiejunMS committed Feb 27, 2024
1 parent 34616e2 commit 814a8a3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions common/inc/lx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -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. */
Expand Down

0 comments on commit 814a8a3

Please sign in to comment.