Skip to content

Commit

Permalink
Merge pull request #46 from eclipse-threadx/bo-ms/update_version_id
Browse files Browse the repository at this point in the history
Update version id string.
  • Loading branch information
wickste committed Jan 30, 2024
2 parents a3b687a + 154bf69 commit 862ed12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 862ed12

Please sign in to comment.