]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_lua_version.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / rgw_lua_version.h
diff --git a/ceph/src/rgw/rgw_lua_version.h b/ceph/src/rgw/rgw_lua_version.h
new file mode 100644 (file)
index 0000000..ff09633
--- /dev/null
@@ -0,0 +1,11 @@
+#pragma once
+
+#include <lua.hpp>
+#include <string>
+
+namespace rgw::lua {
+
+const std::string CEPH_LUA_VERSION(LUA_VERSION_MAJOR "." LUA_VERSION_MINOR);
+
+}
+