From c3e1f15536c21f9dc9d1bbe689c0c256dd5f695a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Desbiens?= Date: Thu, 4 Jun 2026 17:15:54 -0400 Subject: [PATCH] Release 6.5.1.202602 preparation (#91) * Updated version number constants * Updated port version strings --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- common/inc/fx_api.h | 4 ++-- ports/generic/inc/fx_port.h | 2 +- ports/linux/gnu/inc/fx_port.h | 2 +- ports/win32/vs_2019/inc/fx_port.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/inc/fx_api.h b/common/inc/fx_api.h index aac3683..9c25594 100644 --- a/common/inc/fx_api.h +++ b/common/inc/fx_api.h @@ -86,8 +86,8 @@ extern "C" { #define AZURE_RTOS_FILEX #define FILEX_MAJOR_VERSION 6 #define FILEX_MINOR_VERSION 5 -#define FILEX_PATCH_VERSION 0 -#define FILEX_BUILD_VERSION 202601 +#define FILEX_PATCH_VERSION 1 +#define FILEX_BUILD_VERSION 202602 #define FILEX_HOTFIX_VERSION ' ' /* Define the following symbols for backward compatibility */ diff --git a/ports/generic/inc/fx_port.h b/ports/generic/inc/fx_port.h index 30653e6..b3e8de7 100644 --- a/ports/generic/inc/fx_port.h +++ b/ports/generic/inc/fx_port.h @@ -206,7 +206,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Generic Version 6.5.0.202601 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Generic Version 6.5.1.202602 *"; #else extern CHAR _fx_version_id[]; #endif diff --git a/ports/linux/gnu/inc/fx_port.h b/ports/linux/gnu/inc/fx_port.h index 3d2844d..fa420f4 100644 --- a/ports/linux/gnu/inc/fx_port.h +++ b/ports/linux/gnu/inc/fx_port.h @@ -331,7 +331,7 @@ extern VOID fault_tolerant_apply_log_callback(struct FX_MEDIA_STRUCT *media_ptr, #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Linux/GCC Version 6.5.0.202601 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX contributors. * FileX Linux/GCC Version 6.5.1.202602 *"; #else extern CHAR _fx_version_id[]; #endif diff --git a/ports/win32/vs_2019/inc/fx_port.h b/ports/win32/vs_2019/inc/fx_port.h index 3807532..3fa5d2a 100644 --- a/ports/win32/vs_2019/inc/fx_port.h +++ b/ports/win32/vs_2019/inc/fx_port.h @@ -196,7 +196,7 @@ typedef unsigned long long ULONG64; #ifdef FX_SYSTEM_INIT CHAR _fx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * FileX Win32/Version 6.4.1 *"; + "Copyright (c) 2024 Microsoft Corporation. * FileX Win32/Version 6.5.1.202602 *"; * Copyright (c) 2026-present Eclipse ThreadX contributors #else extern CHAR _fx_version_id[];