Skip to content

Commit abebadb

Browse files
committed
Update RT-Thread version to 5.2.1
1 parent 7475f55 commit abebadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rtdef.h

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

0 commit comments

Comments
 (0)