From de1c6e9bbe13e2db480e4e0ed2d3589ebdd5db27 Mon Sep 17 00:00:00 2001 From: Frédéric Desbiens Date: Wed, 3 Jun 2026 16:55:01 -0400 Subject: Release 6.5.1.202602 preparation (#543) * Updated version number constants * Updated port version strings --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- common/inc/tx_api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 7527c413..a57c5844 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -77,8 +77,8 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 5 -#define THREADX_PATCH_VERSION 0 -#define THREADX_BUILD_VERSION 202601 +#define THREADX_PATCH_VERSION 1 +#define THREADX_BUILD_VERSION 202602 #define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */ -- cgit v1.3.1