diff --git a/common/inc/fx_api.h b/common/inc/fx_api.h index d3b9cd1..b37f11a 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.2.1 */ +/* 6.3.0 */ /* AUTHOR */ /* */ /* William E. Lamie, Microsoft Corporation */ @@ -83,6 +83,9 @@ /* 03-08-2023 Xiuwen Cai Modified comment(s), and */ /* updated product constants, */ /* resulting in version 6.2.1 */ +/* 10-31-2023 Xiuwen Cai Modified comment(s), and */ +/* updated product constants, */ +/* resulting in version 6.3.0 */ /* */ /**************************************************************************/ @@ -131,8 +134,8 @@ extern "C" { #define AZURE_RTOS_FILEX #define FILEX_MAJOR_VERSION 6 -#define FILEX_MINOR_VERSION 2 -#define FILEX_PATCH_VERSION 1 +#define FILEX_MINOR_VERSION 3 +#define FILEX_PATCH_VERSION 0 /* 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 d72c77f..3477f55 100644 --- a/ports/generic/inc/fx_port.h +++ b/ports/generic/inc/fx_port.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* fx_port.h Generic */ -/* 6.x */ +/* 6.3.0 */ /* */ /* AUTHOR */ /* */ @@ -48,9 +48,9 @@ /* 03-02-2021 William E. Lamie Modified comment(s), and */ /* added standalone support, */ /* resulting in version 6.1.5 */ -/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ +/* 10-31-2023 Xiuwen Cai Modified comment(s), */ /* added basic types guards, */ -/* resulting in version 6.x */ +/* resulting in version 6.3.0 */ /* */ /**************************************************************************/ @@ -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.2.1 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Generic Version 6.3.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 e1482a3..694b04a 100644 --- a/ports/linux/gnu/inc/fx_port.h +++ b/ports/linux/gnu/inc/fx_port.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* fx_port.h Linux/GCC */ -/* 6.x */ +/* 6.3.0 */ /* */ /* AUTHOR */ /* */ @@ -50,9 +50,9 @@ /* resulting in version 6.1.5 */ /* 08-02-2021 William E. Lamie Modified comment(s), */ /* resulting in version 6.1.8 */ -/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ +/* 10-31-2023 Xiuwen Cai Modified comment(s), */ /* added basic types guards, */ -/* resulting in version 6.x */ +/* resulting in version 6.3.0 */ /* */ /**************************************************************************/ @@ -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.2.1 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.3.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 c054b15..69350d7 100644 --- a/ports/win32/vs_2019/inc/fx_port.h +++ b/ports/win32/vs_2019/inc/fx_port.h @@ -26,7 +26,7 @@ /* PORT SPECIFIC C INFORMATION RELEASE */ /* */ /* fx_port.h Win32/Visual */ -/* 6.x */ +/* 6.3.0 */ /* */ /* AUTHOR */ /* */ @@ -50,9 +50,9 @@ /* resulting in version 6.1.5 */ /* 08-02-2021 William E. Lamie Modified comment(s), */ /* resulting in version 6.1.8 */ -/* xx-xx-xxxx Xiuwen Cai Modified comment(s), */ +/* 10-31-2023 Xiuwen Cai Modified comment(s), */ /* added basic types guards, */ -/* resulting in version 6.x */ +/* resulting in version 6.3.0 */ /* */ /**************************************************************************/ @@ -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.2.1 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * FileX Win32/Version 6.3.0 *"; #else extern CHAR _fx_version_id[]; #endif