1
0
mirror of https://github.com/g012/l65.git synced 2024-06-01 21:41:30 +00:00
l65/l65cfg.lua.in
2017-09-27 01:33:21 +02:00

9 lines
160 B
Lua

local M = {}
M.major = ${L65_VERSION_MAJOR}
M.minor = ${L65_VERSION_MINOR}
M.revision = ${L65_VERSION_REVISION}
M.version = "${L65_VERSION}"
return M