Update include/rtdef.h version to 5.2.1

This commit is contained in:
kk 2025-03-29 11:12:14 +08:00 committed by GitHub
parent 15ef367477
commit 4acef9b1cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ extern "C" {
/* RT-Thread version information */ /* RT-Thread version information */
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */ #define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
#define RT_VERSION_MINOR 2 /**< Minor version number (x.X.x) */ #define RT_VERSION_MINOR 2 /**< Minor version number (x.X.x) */
#define RT_VERSION_PATCH 0 /**< Patch version number (x.x.X) */ #define RT_VERSION_PATCH 1 /**< Patch version number (x.x.X) */
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */ /* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
#define RT_VERSION_CHECK(major, minor, revise) ((major * 10000U) + (minor * 100U) + revise) #define RT_VERSION_CHECK(major, minor, revise) ((major * 10000U) + (minor * 100U) + revise)

View File

@ -433,7 +433,7 @@ endif
config RT_VER_NUM config RT_VER_NUM
hex hex
default 0x50200 default 0x50201
help help
RT-Thread version number RT-Thread version number