diff options
| author | Frédéric Desbiens <[email protected]> | 2025-02-20 12:54:25 +0100 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-02-20 12:54:25 +0100 |
| commit | fabebee670e2ad839655869796fac4ab74803886 (patch) | |
| tree | abe49d5236a639b1bcb9e5e9d5850e51110ffef3 | |
| parent | 6c8e9d1c95d71bd4b313e1cc37d8f8841543b248 (diff) | |
Updates the version to v6.4.2
| -rw-r--r-- | common/inc/nx_api.h | 6 | ||||
| -rw-r--r-- | nx_secure/inc/nx_secure_tls.h | 11 |
2 files changed, 14 insertions, 3 deletions
diff --git a/common/inc/nx_api.h b/common/inc/nx_api.h index 44fc1a45..d87c4e9c 100644 --- a/common/inc/nx_api.h +++ b/common/inc/nx_api.h @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2025-present Eclipse ThreadX Contributors * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at @@ -109,6 +110,9 @@ /* 03-01-2024 Tiejun Zhou Modified comment(s), */ /* update version number, */ /* resulting in version 6.4.1 */ +/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.2 */ /* */ /**************************************************************************/ @@ -525,7 +529,7 @@ VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG #define AZURE_RTOS_NETXDUO #define NETXDUO_MAJOR_VERSION 6 #define NETXDUO_MINOR_VERSION 4 -#define NETXDUO_PATCH_VERSION 1 +#define NETXDUO_PATCH_VERSION 2 /* Define the following symbols for backward compatibility */ #define EL_PRODUCT_NETXDUO diff --git a/nx_secure/inc/nx_secure_tls.h b/nx_secure/inc/nx_secure_tls.h index abbbcac4..174fa541 100644 --- a/nx_secure/inc/nx_secure_tls.h +++ b/nx_secure/inc/nx_secure_tls.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2025-present Eclipse ThreadX Contributors * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at @@ -109,6 +110,12 @@ /* 03-01-2024 Tiejun Zhou Modified comment(s), */ /* update version number, */ /* resulting in version 6.4.1 */ +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.1 */ +/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ +/* update version number, */ +/* resulting in version 6.4.2 */ /* */ /**************************************************************************/ @@ -172,7 +179,7 @@ extern "C" { #define AZURE_RTOS_NETX_SECURE #define NETX_SECURE_MAJOR_VERSION 6 #define NETX_SECURE_MINOR_VERSION 4 -#define NETX_SECURE_PATCH_VERSION 1 +#define NETX_SECURE_PATCH_VERSION 2 /* The following symbols are defined for backward compatibility reasons. */ #define EL_PRODUCT_NETX_SECURE |
