Skip to content

Commit dd7abc2

Browse files
committedMay 5, 2015
[Kernel] Change the version number to v2.0.1.
1 parent c1d2e97 commit dd7abc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎include/rtdef.h

+2-2
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 - 2012, RT-Thread Development Team
4+
* COPYRIGHT (C) 2006 - 2015, 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
@@ -50,7 +50,7 @@ extern "C" {
5050
/* RT-Thread version information */
5151
#define RT_VERSION 2L /**< major version number */
5252
#define RT_SUBVERSION 0L /**< minor version number */
53-
#define RT_REVISION 0L /**< revise version number */
53+
#define RT_REVISION 1L /**< revise version number */
5454

5555
/* RT-Thread version */
5656
#define RTTHREAD_VERSION ((RT_VERSION * 10000) + \

0 commit comments

Comments
 (0)
Please sign in to comment.