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" {
88
88
/* RT-Thread version information */
89
89
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
90
90
#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) */
92
92
93
93
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
94
94
#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
432
432
433
433
config RT_VER_NUM
434
434
hex
435
- default 0x50001
435
+ default 0x50002
436
436
help
437
437
RT-Thread version number
438
438
You can’t perform that action at this time.
0 commit comments