From df30b8b96e4c0c6d72e0bb80d2a2ec31666e5afe Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Mon, 8 Jun 2026 16:59:04 +0200 Subject: Release 6.5.1.202602a preparation (#547) * Updated version number constants * Updated port version strings --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- common/inc/tx_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index a57c5844..321e70a9 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -79,7 +79,7 @@ extern "C" { #define THREADX_MINOR_VERSION 5 #define THREADX_PATCH_VERSION 1 #define THREADX_BUILD_VERSION 202602 -#define THREADX_HOTFIX_VERSION ' ' +#define THREADX_HOTFIX_VERSION 'a' /* Define the following symbol for backward compatibility */ #define EL_PRODUCT_THREADX -- cgit v1.3.1