mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
19 lines
312 B
C
19 lines
312 B
C
|
/**
|
||
|
* Copyright (C) 2015-2018 IQIYI
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* AUTHOR(S)
|
||
|
* Zheng Shuxin
|
||
|
* E-mail: zhengshuxin@qiyi.com
|
||
|
*
|
||
|
* VERSION
|
||
|
* Tue 27 Feb 2018 11:08:02 AM CST
|
||
|
*/
|
||
|
|
||
|
#ifndef __MASTER_VERSION_INCLUDE_H__
|
||
|
#define __MASTER_VERSION_INCLUDE_H__
|
||
|
|
||
|
#define MASTER_VERSION "3.3.0-81 20180227"
|
||
|
|
||
|
#endif
|