diff options
| author | Frédéric Desbiens <[email protected]> | 2025-09-28 23:19:17 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-09-28 23:19:17 +0100 |
| commit | 8a744afc1c4a3891db948d5cb5a93b86d1485cef (patch) | |
| tree | 5e2593fe4ed0d57041ad46fd0f3d88b2c88b8561 | |
| parent | 09751d08c53760ef509f939d336f69011996578e (diff) | |
Updated version number and added build and hotfix.
| -rw-r--r-- | common/inc/tx_api.h | 4 | ||||
| -rw-r--r-- | common_smp/inc/tx_api.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 77be2efd..629d1ab9 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -148,7 +148,9 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 2 +#define THREADX_PATCH_VERSION 3 +#define THREADX_BUILD_VERSION 202503 +#define THREADX_HOTFIX_VERSION '' /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX diff --git a/common_smp/inc/tx_api.h b/common_smp/inc/tx_api.h index 9f7bb248..355fec8c 100644 --- a/common_smp/inc/tx_api.h +++ b/common_smp/inc/tx_api.h @@ -149,7 +149,10 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 2 +#define THREADX_PATCH_VERSION 3 +#define THREADX_BUILD_VERSION 202503 +#define THREADX_HOTFIX_VERSION '' + /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX |
