mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 00:51:32 +03:00
new lua_fn make_string_version
This commit is contained in:
parent
dd98f391c9
commit
64c3057bce
@ -428,4 +428,11 @@ function increase_build(fname)
|
||||
assert(fp:close())
|
||||
return build
|
||||
end
|
||||
-- []===========================[]
|
||||
|
||||
|
||||
-- []===========================[]
|
||||
function make_string_version(ver_, mod_, build_)
|
||||
return (tostring(ver_) .. "." .. tostring(mod_) .. "." .. tostring(build_))
|
||||
end
|
||||
-- []===========================[]
|
||||
Loading…
Reference in New Issue
Block a user