diff options
| author | Stefan Wick <[email protected]> | 2024-02-27 17:08:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-27 17:08:48 -0800 |
| commit | daea08d5a98c6f67e53f07bbbc58cec84c0cbd7b (patch) | |
| tree | aa986f7d3b95d1da18f7799db1fe21ddb89822d7 /common | |
| parent | 3d62cbb2c01834cd6c511d38500f3b513fd48707 (diff) | |
| parent | de311f995c1f3534e68149c1200130ae30beb28b (diff) | |
Merge branch 'master' into bo-ms/add_revision_history
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 |
