Skip to content

Commit 227ea54

Browse files
committed
Update version number to 5.0.2
1 parent 91f273f commit 227ea54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/rtdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ endmenu
432432

433433
config RT_VER_NUM
434434
hex
435-
default 0x50001
435+
default 0x50002
436436
help
437437
RT-Thread version number
438438

0 commit comments

Comments
 (0)