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" {
8383/* RT-Thread version information */
8484#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
8585#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) */
8787
8888/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
8989#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
433433
434434config RT_VER_NUM
435435 hex
436- default 0x50200
436+ default 0x50201
437437 help
438438 RT-Thread version number
439439
You can’t perform that action at this time.
0 commit comments