diff options
| author | Scott Larson <[email protected]> | 2020-08-14 09:10:48 -0700 |
|---|---|---|
| committer | Scott Larson <[email protected]> | 2020-08-14 09:10:48 -0700 |
| commit | 40a402b827d96ce5b4d149767cdcec64427bb6c4 (patch) | |
| tree | 3a67c3aa698fd8eee1b91b87181e9833a92985c1 /common | |
| parent | 6a018a4cfda937c0d8cbdee761187c5c5843e115 (diff) | |
apply 6.0.2 patch
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 75b443d2..7aa923b3 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* tx_api.h PORTABLE C */ -/* 6.0.1 */ +/* 6.0.2 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -47,6 +47,9 @@ /* 06-30-2020 William E. Lamie Modified comment(s), and */ /* updated product constants, */ /* resulting in version 6.0.1 */ +/* 08-14-2020 Scott Larson Modified comment(s), and */ +/* updated product constants, */ +/* resulting in version 6.0.2 */ /* */ /**************************************************************************/ @@ -79,7 +82,7 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 0 -#define THREADX_PATCH_VERSION 1 +#define THREADX_PATCH_VERSION 2 /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX |
