libs/core: make luci.util.spairs(), kspairs() and vspairs() return the sequential...
[project/luci.git] / libs / core / luasrc / version.lua
1 --[[
2 LuCI - Lua Configuration Interface
3 Version definition - do not edit this file
4 ]]--
5
6 module "luci.version"
7
8 distname    = "Host System"
9 distversion = "SDK"
10
11 luciname    = "LuCI"
12 luciversion = "SVN"