ceph/src/ceph_ver.c

13 lines
181 B
C
Raw Normal View History

#include "acconfig.h"
#include "ceph_ver.h"
#define CONCAT_VER_SYMBOL(x) ceph_ver__##x
#define DEFINE_VER_SYMBOL(x) int CONCAT_VER_SYMBOL(x)
DEFINE_VER_SYMBOL(CEPH_GIT_VER);
2011-03-18 21:23:56 +00:00