From 8a744afc1c4a3891db948d5cb5a93b86d1485cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Sun, 28 Sep 2025 23:19:17 +0100 Subject: [PATCH] Updated version number and added build and hotfix. --- common/inc/tx_api.h | 4 +++- 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