Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/generic/inc/fx_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,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.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * 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 @@ -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) Microsoft Corporation. All rights reserved. * FileX Linux/GCC Version 6.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * 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 @@ -209,7 +209,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.4.0 *";
"Copyright (c) 2024 Microsoft Corporation. * FileX Win32/Version 6.4.0 *";
#else
extern CHAR _fx_version_id[];
#endif
Expand Down