X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fcore%2Fluasrc%2Finit.lua;h=2eacc6ca9e29b741470fbd68acdcf508f4d68714;hp=ce52d0aad640cef9349ae847ae0eb4ab3819b08d;hb=8d2c8c131d9e7165b23eda1bb4926e508a523801;hpb=d35a620e9f5665a94967f4bd02c93581a1dd7e00 diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua index ce52d0aad..2eacc6ca9 100644 --- a/libs/core/luasrc/init.lua +++ b/libs/core/luasrc/init.lua @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -module("luci", package.seeall) +module "luci" -__version__ = "0.5" +__version__ = "0.9" __appname__ = "LuCI"