1
0
mirror of https://github.com/g012/l65.git synced 2024-06-01 21:41:30 +00:00
l65/l65cfg.lua.in
g012 29f5666b20 Added build.zig to cross compile
Warning: currently you need to edit ConfigHeader.zig in Zig's std
library, and comment "try output.appendSlice(c_generated_line);"
2024-03-12 16:01:12 +01:00

9 lines
152 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