From 9173c4eb4325d84582f03c0e630ddb05414e205f Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Tue, 27 Feb 2024 06:32:42 +0000 Subject: [PATCH] Update version number to 6.4.1 --- common/inc/fx_api.h | 7 +++++-- ports/generic/inc/fx_port.h | 2 +- ports/linux/gnu/inc/fx_port.h | 2 +- ports/win32/vs_2019/inc/fx_port.h | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/common/inc/fx_api.h b/common/inc/fx_api.h index bb68015..f04ed74 100644 --- a/common/inc/fx_api.h +++ b/common/inc/fx_api.h @@ -25,7 +25,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* fx_api.h PORTABLE C */ -/* 6.4.0 */ +/* 6.4.1 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -86,6 +86,9 @@ /* 12-31-2023 Xiuwen Cai Modified comment(s), and */ /* updated product constants, */ /* resulting in version 6.4.0 */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.1 */ /* */ /**************************************************************************/ @@ -135,7 +138,7 @@ extern "C" { #define AZURE_RTOS_FILEX #define FILEX_MAJOR_VERSION 6 #define FILEX_MINOR_VERSION 4 -#define FILEX_PATCH_VERSION 0 +#define FILEX_PATCH_VERSION 1 /* Define the following symbols for backward compatibility */ #define EL_PRODUCT_FILEX diff --git a/ports/generic/inc/fx_port.h b/ports/generic/inc/fx_port.h index 03bb114..1335d7b 100644 --- a/ports/generic/inc/fx_port.h +++ b/ports/generic/inc/fx_port.h @@ -217,7 +217,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Generic Version 6.4.0 *"; + "Copyright (c) 2024 Microsoft Corporation. * FileX Generic Version 6.4.1 *"; #else extern CHAR _fx_version_id[]; #endif diff --git a/ports/linux/gnu/inc/fx_port.h b/ports/linux/gnu/inc/fx_port.h index 9e76b5f..9f2ad73 100644 --- a/ports/linux/gnu/inc/fx_port.h +++ b/ports/linux/gnu/inc/fx_port.h @@ -344,7 +344,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr, #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Linux/GCC Version 6.4.0 *"; + "Copyright (c) 2024 Microsoft Corporation. * FileX Linux/GCC Version 6.4.1 *"; #else extern CHAR _fx_version_id[]; #endif diff --git a/ports/win32/vs_2019/inc/fx_port.h b/ports/win32/vs_2019/inc/fx_port.h index 54f4abe..3943616 100644 --- a/ports/win32/vs_2019/inc/fx_port.h +++ b/ports/win32/vs_2019/inc/fx_port.h @@ -209,7 +209,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Win32/Version 6.4.0 *"; + "Copyright (c) 2024 Microsoft Corporation. * FileX Win32/Version 6.4.1 *"; #else extern CHAR _fx_version_id[]; #endif