acl/app/master/daemon/version.h

21 lines
367 B
C
Raw Normal View History

2018-02-27 11:10:53 +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"
2018-11-15 15:48:13 +08:00
#define MASTER_VERSION "3.4.1-30"
#define MASTER_DATE "20181115"
2018-02-27 11:10:53 +08:00
#endif