diff options
Diffstat (limited to '')
-rw-r--r-- | src/rgw/rgw_lua_version.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rgw/rgw_lua_version.h b/src/rgw/rgw_lua_version.h new file mode 100644 index 000000000..ff096334a --- /dev/null +++ b/src/rgw/rgw_lua_version.h @@ -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); + +} + |