Skip to content

Commit

Permalink
upgrade RT-Thread version to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Apr 17, 2024
1 parent 0bcf596 commit a0735dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion include/rtdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* 2023-12-22 Shell Support hook list
* 2024-01-18 Shell Seperate basical types to a rttypes.h
* Seperate the compiler portings to rtcompiler.h
* 2024-03-30 Meco Man update version number to v5.2.0
*/

#ifndef __RT_DEF_H__
Expand All @@ -79,7 +80,7 @@ extern "C" {

/* RT-Thread version information */
#define RT_VERSION_MAJOR 5 /**< Major version number (X.x.x) */
#define RT_VERSION_MINOR 1 /**< Minor version number (x.X.x) */
#define RT_VERSION_MINOR 2 /**< 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) */
Expand Down
2 changes: 1 addition & 1 deletion src/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ endif

config RT_VER_NUM
hex
default 0x50100
default 0x50200
help
RT-Thread version number

Expand Down

0 comments on commit a0735dc

Please sign in to comment.