mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
21 lines
401 B
C
21 lines
401 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:45:49 AM CST
|
||
|
*/
|
||
|
|
||
|
#ifndef __MASTER_CTLD_VERSION_INCLUDE_H__
|
||
|
#define __MASTER_CTLD_VERSION_INCLUDE_H__
|
||
|
|
||
|
#define MASTER_CTLD_VERSION "1.0.0-0"
|
||
|
#define MASTER_CTLD_DATE "20180123"
|
||
|
#define MASTER_CTLD_CMD "master_ctld"
|
||
|
|
||
|
#endif
|