mirror of
https://github.com/g012/l65.git
synced 2025-04-28 09:37:25 +00:00
Warning: currently you need to edit ConfigHeader.zig in Zig's std library, and comment "try output.appendSlice(c_generated_line);"
9 lines
152 B
Lua
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
|