diff options
| author | Frédéric Desbiens <[email protected]> | 2026-06-03 16:55:01 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-03 16:55:01 -0400 |
| commit | de1c6e9bbe13e2db480e4e0ed2d3589ebdd5db27 (patch) | |
| tree | 8e34967fc4dfc0eecbb6449648dea9d575b141dd /common | |
| parent | e2834b3618d8ff3f4eba8bae55f2eb898b62005c (diff) | |
Release 6.5.1.202602 preparation (#543)
* Updated version number constants
* Updated port version strings
---------
Co-authored-by: Copilot <[email protected]>
Diffstat (limited to 'common')
| -rw-r--r-- | common/inc/tx_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/inc/tx_api.h b/common/inc/tx_api.h index 7527c413..a57c5844 100644 --- a/common/inc/tx_api.h +++ b/common/inc/tx_api.h @@ -77,8 +77,8 @@ extern "C" { #define AZURE_RTOS_THREADX #define THREADX_MAJOR_VERSION 6 #define THREADX_MINOR_VERSION 5 -#define THREADX_PATCH_VERSION 0 -#define THREADX_BUILD_VERSION 202601 +#define THREADX_PATCH_VERSION 1 +#define THREADX_BUILD_VERSION 202602 #define THREADX_HOTFIX_VERSION ' ' /* Define the following symbol for backward compatibility */ |
