mirror of
https://github.com/eclipse-threadx/filex.git
synced 2026-09-14 04:05:59 +08:00
Merge pull request #49 from eclipse-threadx/tizho/update_version
Update version number to 6.4.1
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user