mirror of https://github.com/ceph/ceph
17 lines
248 B
C
17 lines
248 B
C
|
/* Included *after* config.h, in order to re-define these macros */
|
||
|
|
||
|
#ifdef PACKAGE
|
||
|
#undef PACKAGE
|
||
|
#endif
|
||
|
|
||
|
/* Name of package */
|
||
|
#define PACKAGE "ceph"
|
||
|
|
||
|
|
||
|
#ifdef VERSION
|
||
|
#undef VERSION
|
||
|
#endif
|
||
|
|
||
|
/* Version number of package */
|
||
|
#define VERSION "0.0.1"
|