Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Update release date and version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiuwencai committed Dec 28, 2023
1 parent 3d6e7b0 commit 4249567
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions common/inc/fx_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
/* */
/**************************************************************************/

Expand Down Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion ports/generic/inc/fx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/linux/gnu/inc/fx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/win32/vs_2019/inc/fx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4249567

Please sign in to comment.