ceph/src/ceph_ver.c
2009-03-03 15:32:20 -08:00

13 lines
223 B
C

#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);
#define CEPH_VER VERSION "-" #CEPH_GIT_VER