initial code repo
[stor4nfv.git] / src / ceph / src / ceph_ver.c
diff --git a/src/ceph/src/ceph_ver.c b/src/ceph/src/ceph_ver.c
new file mode 100644 (file)
index 0000000..efa2268
--- /dev/null
@@ -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);
+
+
+