diff options
| author | Frédéric Desbiens <[email protected]> | 2026-01-09 09:36:27 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-09 09:36:27 -0500 |
| commit | a9b31c31028851ee0f6df68d345c32eb2c4f2862 (patch) | |
| tree | bfb6fe3da090ff803525161a4c1d020b1ba52830 /common | |
| parent | c4ad279b85fcf836c0b42d3e140fc32f0554e7b5 (diff) | |
| parent | 5c58767c5df119b6f0e7d87a6204107b8fd9dc76 (diff) | |
Merge pull request #495 from eclipse-threadx/dev
Merge changes ahead of the v6.4.5.202504 release
Diffstat (limited to 'common')
| -rw-r--r-- | common/inc/tx_api.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 629d1ab9..4224c7e6 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -148,9 +148,9 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 4 -#define THREADX_PATCH_VERSION 3 -#define THREADX_BUILD_VERSION 202503 -#define THREADX_HOTFIX_VERSION '' +#define THREADX_PATCH_VERSION 5 +#define THREADX_BUILD_VERSION 202504 +#define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX |
