From d9ffb0f97dcc97c5dec5675439ea65f3f87b466b Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Thu, 28 Dec 2023 10:51:29 +0800 Subject: Update release date and version (#338) * Update version number in API header * Update release date and version --- common/inc/tx_api.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index a5c738c3..8c9a0c53 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* tx_api.h PORTABLE C */ -/* 6.3.0 */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -101,6 +101,9 @@ /* added option for random */ /* number stack filling, */ /* resulting in version 6.3.0 */ +/* 12-31-2023 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ @@ -139,7 +142,7 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 -#define THREADX_MINOR_VERSION 3 +#define THREADX_MINOR_VERSION 4 #define THREADX_PATCH_VERSION 0 /* Define the following symbol for backward compatibility */ -- cgit v1.3.1