From 424956761c85e8cb46990bdf08a7b295961b2ed3 Mon Sep 17 00:00:00 2001 From: Xiuwen Cai <50469933+xiuwencai@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:15:20 +0000 Subject: [PATCH] Update release date and version --- 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 b37f11a..d6f4a37 100644 --- a/common/inc/fx_api.h +++ b/common/inc/fx_api.h @@ -26,7 +26,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* fx_api.h PORTABLE C */ -/* 6.3.0 */ +/* 6.4.0 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -86,6 +86,9 @@ /* 10-31-2023 Xiuwen Cai Modified comment(s), and */ /* updated product constants, */ /* resulting in version 6.3.0 */ +/* 12-31-2023 Xiuwen Cai Modified comment(s), and */ +/* updated product constants, */ +/* resulting in version 6.4.0 */ /* */ /**************************************************************************/ @@ -134,7 +137,7 @@ extern "C" { #define AZURE_RTOS_FILEX #define FILEX_MAJOR_VERSION 6 -#define FILEX_MINOR_VERSION 3 +#define FILEX_MINOR_VERSION 4 #define FILEX_PATCH_VERSION 0 /* Define the following symbols for backward compatibility */ diff --git a/ports/generic/inc/fx_port.h b/ports/generic/inc/fx_port.h index 3477f55..d4d3863 100644 --- a/ports/generic/inc/fx_port.h +++ b/ports/generic/inc/fx_port.h @@ -218,7 +218,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Generic Version 6.3.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Generic Version 6.4.0 *"; #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 694b04a..60d6e6f 100644 --- a/ports/linux/gnu/inc/fx_port.h +++ b/ports/linux/gnu/inc/fx_port.h @@ -345,7 +345,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr, #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.3.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.4.0 *"; #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 69350d7..6e07897 100644 --- a/ports/win32/vs_2019/inc/fx_port.h +++ b/ports/win32/vs_2019/inc/fx_port.h @@ -210,7 +210,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Win32/Version 6.3.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Win32/Version 6.4.0 *"; #else extern CHAR _fx_version_id[]; #endif