mirror of
https://github.com/g012/l65.git
synced 2024-11-15 19:09:19 +00:00
9 lines
160 B
Lua
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
|