|
1 | 1 | /*************************************************************************** |
2 | | - * Copyright (c) 2024 Microsoft Corporation |
| 2 | + * Copyright (c) 2024 Microsoft Corporation |
| 3 | + * Copyright (c) 2025-present Eclipse ThreadX Contributors |
3 | 4 | * |
4 | 5 | * This program and the accompanying materials are made available under the |
5 | 6 | * terms of the MIT License which is available at |
|
109 | 110 | /* 03-01-2024 Tiejun Zhou Modified comment(s), */ |
110 | 111 | /* update version number, */ |
111 | 112 | /* resulting in version 6.4.1 */ |
| 113 | +/* 03-01-2024 Tiejun Zhou Modified comment(s), */ |
| 114 | +/* update version number, */ |
| 115 | +/* resulting in version 6.4.1 */ |
| 116 | +/* 02-19-2025 Frédéric Desbiens Modified comment(s), */ |
| 117 | +/* update version number, */ |
| 118 | +/* resulting in version 6.4.2 */ |
112 | 119 | /* */ |
113 | 120 | /**************************************************************************/ |
114 | 121 |
|
@@ -172,7 +179,7 @@ extern "C" { |
172 | 179 | #define AZURE_RTOS_NETX_SECURE |
173 | 180 | #define NETX_SECURE_MAJOR_VERSION 6 |
174 | 181 | #define NETX_SECURE_MINOR_VERSION 4 |
175 | | -#define NETX_SECURE_PATCH_VERSION 1 |
| 182 | +#define NETX_SECURE_PATCH_VERSION 2 |
176 | 183 |
|
177 | 184 | /* The following symbols are defined for backward compatibility reasons. */ |
178 | 185 | #define EL_PRODUCT_NETX_SECURE |
|
0 commit comments