libs/core: fallback to trunk version

This commit is contained in:
Jo-Philipp Wich 2011-08-13 09:52:50 +00:00
parent 287c33e211
commit 5bc4c852da

View file

@ -35,5 +35,5 @@ module "luci"
local v = require "luci.version"
__version__ = v.luciversion or "0.9"
__version__ = v.luciversion or "trunk"
__appname__ = v.luciname or "LuCI"