diff options
| author | Stefan Wick <[email protected]> | 2024-02-27 17:05:56 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-27 17:05:56 -0800 |
| commit | de311f995c1f3534e68149c1200130ae30beb28b (patch) | |
| tree | 37d16c29dfa87da275290a2b2af7508c070161f8 /common | |
| parent | 9f527a31e57b40159713309a1f7ed12fb75bd055 (diff) | |
| parent | 27f0ce9ca2334b975c298fd00eac1bc05ecec1f7 (diff) | |
Merge pull request #365 from eclipse-threadx/tizho/update_version
Update version number to 6.4.1
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 |
