Updated copyright headers and version number constants (#86)

* Updated version number constants

* Updated copyright headers and removed revision history

* Updated port version number strings
This commit is contained in:
Frédéric Desbiens
2026-03-05 14:53:34 +01:00
committed by GitHub
parent 61b0b06c3e
commit 3ce53595c2
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -206,8 +206,7 @@ typedef unsigned long long ULONG64;
#ifdef FX_SYSTEM_INIT
CHAR _fx_version_id[] =
"Copyright (c) 2024 Microsoft Corporation. * FileX Generic Version 6.4.1 *";
* Copyright (c) 2026-present Eclipse ThreadX contributors
"(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Generic Version 6.5.0.202601 *";
#else
extern CHAR _fx_version_id[];
#endif