acl/app/master/daemon/version.h

9 lines
188 B
C
Raw Normal View History

2018-12-12 11:16:12 +08:00
#ifndef __MASTER_VERSION_INCLUDE_H__
#define __MASTER_VERSION_INCLUDE_H__
#define MASTER_NAME "acl_master"
#define MASTER_VERSION "3.4.2-0"
#define MASTER_DATE "20190309"
2018-12-12 11:16:12 +08:00
#endif