summaryrefslogtreecommitdiffstats
path: root/src/ceph_ver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph_ver.c')
-rw-r--r--src/ceph_ver.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ceph_ver.c b/src/ceph_ver.c
new file mode 100644
index 000000000..efa226818
--- /dev/null
+++ b/src/ceph_ver.c
@@ -0,0 +1,11 @@
+
+#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);
+
+
+