]> git.proxmox.com Git - ceph.git/blob - ceph/src/ceph_ver.c
bump version to 18.2.2-pve1
[ceph.git] / 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