Skip to content

Commit 41bdb2c

Browse files
committed
Updated version number to 6.4.2.
1 parent 376e26b commit 41bdb2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

common/inc/tx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@
106106
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
107107
/* update version number, */
108108
/* resulting in version 6.4.1 */
109+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
110+
/* update version number, */
111+
/* resulting in version 6.4.2 */
109112
/* */
110113
/**************************************************************************/
111114

@@ -145,7 +148,7 @@ extern "C" {
145148
#define AZURE_RTOS_THREADX
146149
#define THREADX_MAJOR_VERSION 6
147150
#define THREADX_MINOR_VERSION 4
148-
#define THREADX_PATCH_VERSION 1
151+
#define THREADX_PATCH_VERSION 2
149152

150153
/* Define the following symbol for backward compatibility */
151154
#define EL_PRODUCT_THREADX

common_smp/inc/tx_api.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
/* 03-01-2024 Tiejun Zhou Modified comment(s), */
9595
/* update version number, */
9696
/* resulting in version 6.4.1 */
97+
/* 02-19-2025 Frédéric Desbiens Modified comment(s), */
98+
/* update version number, */
99+
/* resulting in version 6.4.2 */
97100
/* */
98101
/**************************************************************************/
99102

@@ -146,7 +149,7 @@ extern "C" {
146149
#define AZURE_RTOS_THREADX
147150
#define THREADX_MAJOR_VERSION 6
148151
#define THREADX_MINOR_VERSION 4
149-
#define THREADX_PATCH_VERSION 1
152+
#define THREADX_PATCH_VERSION 2
150153

151154
/* Define the following symbol for backward compatibility */
152155
#define EL_PRODUCT_THREADX

0 commit comments

Comments
 (0)