diff --git a/LUA/Functions.lua b/LUA/Functions.lua index 5475ea8..d130ef3 100644 --- a/LUA/Functions.lua +++ b/LUA/Functions.lua @@ -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 -- []===========================[] \ No newline at end of file