]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph_ver.c
d/control: depend on python3-yaml for ceph-mgr
[ceph.git] / ceph / src / ceph_ver.c
CommitLineData
7c673cae
FG
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
8DEFINE_VER_SYMBOL(CEPH_GIT_VER);
9
10
11