Skip to content

Commit 4acef9b

Browse files
authored
Update include/rtdef.h version to 5.2.1
1 parent 15ef367 commit 4acef9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: include/rtdef.h

+1-1
Original file line numberDiff line numberDiff 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)

Diff for: src/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ endif
433433

434434
config RT_VER_NUM
435435
hex
436-
default 0x50200
436+
default 0x50201
437437
help
438438
RT-Thread version number
439439

0 commit comments

Comments
 (0)