File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ extern "C" {
83
83
/* RT-Thread version information */
84
84
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
85
85
#define RT_VERSION_MINOR 2 /**< Minor version number (x.X.x) */
86
- #define RT_VERSION_PATCH 0 /**< Patch version number (x.x.X) */
86
+ #define RT_VERSION_PATCH 1 /**< Patch version number (x.x.X) */
87
87
88
88
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
89
89
#define RT_VERSION_CHECK (major , minor , revise ) ((major * 10000U) + (minor * 100U) + revise)
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ endif
433
433
434
434
config RT_VER_NUM
435
435
hex
436
- default 0x50200
436
+ default 0x50201
437
437
help
438
438
RT-Thread version number
439
439
You can’t perform that action at this time.
0 commit comments