blob: b983b5527015d3e043c9c9d3c7a92fd127414797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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);
|