change version number to v5.1.0

This commit is contained in:
褚仕成 2023-04-01 12:19:47 +08:00 committed by Man, Jianting (Meco)
parent dc5123547c
commit 696bd91f42
2 changed files with 3 additions and 2 deletions

View File

@ -47,6 +47,7 @@
* 2022-08-16 Meco Man change version number to v5.0.0
* 2022-09-12 Meco Man define rt_ssize_t
* 2022-12-20 Meco Man add const name for rt_object
* 2023-04-01 Rose_Man change version number to v5.1.0
*/
#ifndef __RT_DEF_H__
@ -72,7 +73,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_MINOR 1 /**< Minor version number (x.X.x) */
#define RT_VERSION_PATCH 0 /**< Patch version number (x.x.X) */
/* e.g. #if (RTTHREAD_VERSION >= RT_VERSION_CHECK(4, 1, 0) */

View File

@ -475,7 +475,7 @@ endmenu
config RT_VER_NUM
hex
default 0x50000
default 0x50100
help
RT-Thread version number