diff options
| author | Frédéric Desbiens <[email protected]> | 2025-09-28 23:22:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-28 23:22:13 +0100 |
| commit | c4ad279b85fcf836c0b42d3e140fc32f0554e7b5 (patch) | |
| tree | 5e2593fe4ed0d57041ad46fd0f3d88b2c88b8561 /common_smp/inc | |
| parent | 12dac1d67d0dfe1c06f839ee285e190c759865a7 (diff) | |
| parent | 8a744afc1c4a3891db948d5cb5a93b86d1485cef (diff) | |
Merge pull request #468 from eclipse-threadx/devv6.4.3.202503_rel
Merge changes included in the v6.4.3.202503 release.
Diffstat (limited to 'common_smp/inc')
| -rw-r--r-- | common_smp/inc/tx_api.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
