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 @@ -88,7 +88,7 @@ extern "C" {
8888/* RT-Thread version information */
8989#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
9090#define RT_VERSION_MINOR 0 /**< Minor version number (x.X.x) */
91- #define RT_VERSION_PATCH 1 /**< Patch version number (x.x.X) */
91+ #define RT_VERSION_PATCH 2 /**< Patch version number (x.x.X) */
9292
9393/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
9494#define RT_VERSION_CHECK (major , minor , revise ) ((major * 10000) + (minor * 100) + revise)
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ endmenu
432432
433433config RT_VER_NUM
434434 hex
435- default 0x50001
435+ default 0x50002
436436 help
437437 RT-Thread version number
438438
You can’t perform that action at this time.
0 commit comments