mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-25 22:34:19 +08:00
Update version number to 5.0.2
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ extern "C" {
|
||||
/* RT-Thread version information */
|
||||
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
|
||||
#define RT_VERSION_MINOR 0 /**< Minor version number (x.X.x) */
|
||||
#define RT_VERSION_PATCH 1 /**< Patch version number (x.x.X) */
|
||||
#define RT_VERSION_PATCH 2 /**< Patch version number (x.x.X) */
|
||||
|
||||
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */
|
||||
#define RT_VERSION_CHECK(major, minor, revise) ((major * 10000) + (minor * 100) + revise)
|
||||
|
||||
Reference in New Issue
Block a user