mirror of
https://github.com/ceph/ceph
synced 2025-01-05 10:42:05 +00:00
13 lines
181 B
C
13 lines
181 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);
|
|
|
|
|
|
|