2009-03-03 23:32:20 +00:00
|
|
|
|
|
|
|
#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
|
|
|
|
2009-03-03 23:32:20 +00:00
|
|
|
|