mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
766528ee9c
Fixes: http://tracker.ceph.com/issues/19883 (Partially) Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
12 lines
159 B
C
12 lines
159 B
C
|
|
#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);
|
|
|
|
|
|
|