acl/app/master/daemon/version.h

21 lines
387 B
C
Raw Normal View History

2018-12-12 11:16:12 +08:00
/**
* 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_NAME "acl_master"
#define MASTER_VERSION "3.4.1-30"
#define MASTER_DATE "20181115"
#endif