summaryrefslogtreecommitdiffstats
path: root/src/ceph_ver.c
blob: efa2268185cbe74a4c58c6e6ea39e522197fee20 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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);