summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_version.h
blob: ff096334a1b2fc894efff4534a741237980596fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <lua.hpp>
#include <string>

namespace rgw::lua {

const std::string CEPH_LUA_VERSION(LUA_VERSION_MAJOR "." LUA_VERSION_MINOR);

}