buldthensnip/pkg/base/version.lua
2012-12-19 21:53:34 +13:00

28 lines
855 B
Lua

--[[
This file is part of Ice Lua Components.
Ice Lua Components is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Ice Lua Components is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with Ice Lua Components. If not, see <http://www.gnu.org/licenses/>.
]]
VERSION_ENGINE = {
cmp={0,0,0,0,1},
num=1,
str="0.0-1",
}
VERSION_MOD = {
cmp={0,0,0,1},
str="0.0-1"
}