diff options
| author | Yuxin Zhou <[email protected]> | 2024-05-28 11:01:14 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-28 11:01:14 -0700 |
| commit | e755542cb3be2cb9510630748712bb5cb6e58ffb (patch) | |
| tree | 1b397a76c2d888451a5a5ceda91a3191da0ca51b /common | |
| parent | 9d29a9a8de6277b6df1f6f5c5717351a9c75f68c (diff) | |
| parent | 485a02faec6edccef14812ddce6844af1d7d2eef (diff) | |
Merge branch 'master' into typo
Diffstat (limited to 'common')
| -rw-r--r-- | common/inc/tx_api.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 99c33a0f..dbf0d346 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -25,7 +25,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* tx_api.h PORTABLE C */ -/* 6.4.0 */ +/* 6.4.1 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -103,6 +103,9 @@ /* 12-31-2023 Tiejun Zhou Modified comment(s), */ /* update version number, */ /* resulting in version 6.4.0 */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.1 */ /* */ /**************************************************************************/ @@ -142,7 +145,7 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 0 +#define THREADX_PATCH_VERSION 1 /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX |
