mirror of
https://github.com/azure-rtos/filex.git
synced 2025-01-18 01:22:52 +08:00
Update release date and version
Update release date and version
This commit is contained in:
commit
6e6ab129a5
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user