mirror of
https://github.com/Tolik-Trek/Shared_Includes.git
synced 2026-06-15 09:01:33 +03:00
new lua_fn make_string_version
This commit is contained in:
parent
dd98f391c9
commit
64c3057bce
@ -429,3 +429,10 @@ function increase_build(fname)
|
||||
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