Skip to content

Commit 4007bf9

Browse files
authored
[Kernel] Change version number.
1 parent 3a7d989 commit 4007bf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/rtdef.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* File : rtdef.h
33
* This file is part of RT-Thread RTOS
4-
* COPYRIGHT (C) 2006 - 2017, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2018, RT-Thread Development Team
55
*
66
* This program is free software; you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by
@@ -33,6 +33,7 @@
3333
* 2017-08-31 Bernard change version number to v3.0.0
3434
* 2017-11-30 Bernard change version number to v3.0.1
3535
* 2017-12-27 Bernard change version number to v3.0.2
36+
* 2018-02-24 Bernard change version number to v3.0.3
3637
*/
3738

3839
#ifndef __RT_DEF_H__
@@ -54,7 +55,7 @@ extern "C" {
5455
/* RT-Thread version information */
5556
#define RT_VERSION 3L /**< major version number */
5657
#define RT_SUBVERSION 0L /**< minor version number */
57-
#define RT_REVISION 2L /**< revise version number */
58+
#define RT_REVISION 3L /**< revise version number */
5859

5960
/* RT-Thread version */
6061
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \

0 commit comments

Comments
 (0)