We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93a78 commit 0b14a54Copy full SHA for 0b14a54
include/rtdef.h
@@ -83,7 +83,7 @@ extern "C" {
83
/* RT-Thread version information */
84
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
85
#define RT_VERSION_MINOR 2 /**< Minor version number (x.X.x) */
86
-#define RT_VERSION_PATCH 1 /**< Patch version number (x.x.X) */
+#define RT_VERSION_PATCH 2 /**< Patch version number (x.x.X) */
87
88
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
89
#define RT_VERSION_CHECK(major, minor, revise) ((major * 10000U) + (minor * 100U) + revise)
0 commit comments