xref: /f-stack/app/micro_thread/mt_version.h (revision a9643ea8)
1 
2 /**
3  * Tencent is pleased to support the open source community by making MSEC available.
4  *
5  * Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
6  *
7  * Licensed under the GNU General Public License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License. You may
9  * obtain a copy of the License at
10  *
11  *     https://opensource.org/licenses/GPL-2.0
12  *
13  * Unless required by applicable law or agreed to in writing, software distributed under the
14  * License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
15  * either express or implied. See the License for the specific language governing permissions
16  * and limitations under the License.
17  */
18 
19 
20 /**
21  *  @file mt_version.h
22  *  @info ΢�̰߳汾�������¼��Ϣ�ļ�
23  *  @time 20131018
24  *  ------------------------------------------------------------------------
25  *  @brief v0.2.0 - ֧��UDP��sessionģʽӳ��������
26  *         v0.2.1 - ֧��TCP��sendrcv�ӿ�
27  *         v0.2.3 - ʵʱʱ���
28  *         v0.2.4 - ֧��TCP��sendrcv�ӿڶ�̬��չ����buf
29  */
30 
31 #ifndef _MT_VERSION_EX__
32 #define _MT_VERSION_EX__
33 
34 namespace NS_MICRO_THREAD {
35 
36 __attribute__((weak)) char IMT_VERSION[64] = "mt version: 0.2.4";
37 
38 } // NAMESPACE NS_MICRO_THREAD
39 
40 #endif
41 
42