File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
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 ) + \
You can’t perform that action at this time.
0 commit comments