Skip to content

Commit 63b07fb

Browse files
authored
Merge pull request #249 from eclipse-threadx/tizho/update_version
Update version number to 6.4.1
2 parents 02ee482 + caf37d3 commit 63b07fb

File tree

63 files changed

+71
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+71
-65
lines changed

common/inc/nx_api.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* APPLICATION INTERFACE DEFINITION RELEASE */
2626
/* */
2727
/* nx_api.h PORTABLE C */
28-
/* 6.4.0 */
28+
/* 6.4.1 */
2929
/* AUTHOR */
3030
/* */
3131
/* Yuxin Zhou, Microsoft Corporation */
@@ -106,6 +106,9 @@
106106
/* supported VLAN and generic */
107107
/* link layer, */
108108
/* resulting in version 6.4.0 */
109+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
110+
/* update version number, */
111+
/* resulting in version 6.4.1 */
109112
/* */
110113
/**************************************************************************/
111114

@@ -522,7 +525,7 @@ VOID _nx_trace_event_update(TX_TRACE_BUFFER_ENTRY *event, ULONG timestamp, ULONG
522525
#define AZURE_RTOS_NETXDUO
523526
#define NETXDUO_MAJOR_VERSION 6
524527
#define NETXDUO_MINOR_VERSION 4
525-
#define NETXDUO_PATCH_VERSION 0
528+
#define NETXDUO_PATCH_VERSION 1
526529

527530
/* Define the following symbols for backward compatibility */
528531
#define EL_PRODUCT_NETXDUO

nx_secure/inc/nx_secure_tls.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* COMPONENT DEFINITION RELEASE */
2626
/* */
2727
/* nx_secure_tls.h PORTABLE C */
28-
/* 6.4.0 */
28+
/* 6.4.1 */
2929
/* AUTHOR */
3030
/* */
3131
/* Timothy Stapko, Microsoft Corporation */
@@ -106,6 +106,9 @@
106106
/* 12-31-2022 Bo Chen Modified comment(s), and */
107107
/* updated product constants, */
108108
/* resulting in version 6.4.0 */
109+
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
110+
/* update version number, */
111+
/* resulting in version 6.4.1 */
109112
/* */
110113
/**************************************************************************/
111114

@@ -169,7 +172,7 @@ extern "C" {
169172
#define AZURE_RTOS_NETX_SECURE
170173
#define NETX_SECURE_MAJOR_VERSION 6
171174
#define NETX_SECURE_MINOR_VERSION 4
172-
#define NETX_SECURE_PATCH_VERSION 0
175+
#define NETX_SECURE_PATCH_VERSION 1
173176

174177
/* The following symbols are defined for backward compatibility reasons. */
175178
#define EL_PRODUCT_NETX_SECURE

nx_secure/ports/nx_secure_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
#ifdef NX_SECURE_SYSTEM_INIT
7070
CHAR _nx_secure_version_id[] =
71-
"Copyright (c) 2024 Microsoft Corporation. * NetX Secure Generic Version G6.4.0 *";
71+
"Copyright (c) 2024 Microsoft Corporation. * NetX Secure Generic Version G6.4.1 *";
7272
#else
7373
extern CHAR _nx_secure_version_id[];
7474
#endif

ports/arc_em/metaware/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARCv2_EM/MetaWare Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARCv2_EM/MetaWare Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/arc_hs/metaware/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARC_HS/MetaWare Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo ARC_HS/MetaWare Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/cortex_a15/gnu/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A15/GNU Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A15/GNU Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/cortex_a5/ac5/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/AC5 Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/AC5 Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/cortex_a5/gnu/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A7/GNU Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/cortex_a5/iar/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/IAR Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5/IAR Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

ports/cortex_a5x/ac6/inc/nx_port.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
#ifdef NX_SYSTEM_INIT
205205
CHAR _nx_version_id[] =
206-
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5x/AC6 Version 6.4.0 *";
206+
"Copyright (c) 2024 Microsoft Corporation. * NetX Duo Cortex-A5x/AC6 Version 6.4.1 *";
207207
#else
208208
extern CHAR _nx_version_id[];
209209
#endif

0 commit comments

Comments
 (0)