Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / ceph_ver.c
1
2 #include "ceph_ver.h"
3
4 #define CONCAT_VER_SYMBOL(x) ceph_ver__##x
5
6 #define DEFINE_VER_SYMBOL(x) int CONCAT_VER_SYMBOL(x)
7
8 DEFINE_VER_SYMBOL(CEPH_GIT_VER);
9
10
11