[Kernel] Change version number.
This commit is contained in:
parent
3a7d989d7f
commit
4007bf99ff
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* File : rtdef.h
|
* File : rtdef.h
|
||||||
* This file is part of RT-Thread RTOS
|
* This file is part of RT-Thread RTOS
|
||||||
* COPYRIGHT (C) 2006 - 2017, RT-Thread Development Team
|
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -33,6 +33,7 @@
|
||||||
* 2017-08-31 Bernard change version number to v3.0.0
|
* 2017-08-31 Bernard change version number to v3.0.0
|
||||||
* 2017-11-30 Bernard change version number to v3.0.1
|
* 2017-11-30 Bernard change version number to v3.0.1
|
||||||
* 2017-12-27 Bernard change version number to v3.0.2
|
* 2017-12-27 Bernard change version number to v3.0.2
|
||||||
|
* 2018-02-24 Bernard change version number to v3.0.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RT_DEF_H__
|
#ifndef __RT_DEF_H__
|
||||||
|
@ -54,7 +55,7 @@ extern "C" {
|
||||||
/* RT-Thread version information */
|
/* RT-Thread version information */
|
||||||
#define RT_VERSION 3L /**< major version number */
|
#define RT_VERSION 3L /**< major version number */
|
||||||
#define RT_SUBVERSION 0L /**< minor version number */
|
#define RT_SUBVERSION 0L /**< minor version number */
|
||||||
#define RT_REVISION 2L /**< revise version number */
|
#define RT_REVISION 3L /**< revise version number */
|
||||||
|
|
||||||
/* RT-Thread version */
|
/* RT-Thread version */
|
||||||
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
|
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \
|
||||||
|
|
Loading…
Reference in New Issue