diff options
| author | TiejunZhou <[email protected]> | 2023-12-28 10:51:29 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-28 10:51:29 +0800 |
| commit | d9ffb0f97dcc97c5dec5675439ea65f3f87b466b (patch) | |
| tree | a3cae81f6acfae7e36ea51acf93fb1fe81de68c8 /common_smp | |
| parent | e73843f6d4ec7d17cb91c6391405f94e7672f4e8 (diff) | |
Update release date and version (#338)
* Update version number in API header
* Update release date and version
Diffstat (limited to 'common_smp')
| -rw-r--r-- | common_smp/inc/tx_api.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h index 19a8a1a9..ff370c2e 100644 --- a/common_smp/inc/tx_api.h +++ b/common_smp/inc/tx_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* tx_api.h PORTABLE SMP */ -/* 6.3.0 */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -89,6 +89,9 @@ /* added option for random */ /* number stack filling, */ /* resulting in version 6.3.0 */ +/* 12-31-2023 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ @@ -140,7 +143,7 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 -#define THREADX_MINOR_VERSION 3 +#define THREADX_MINOR_VERSION 4 #define THREADX_PATCH_VERSION 0 /* Define the following symbol for backward compatibility */ |
