libs/core: fallback to trunk version
This commit is contained in:
parent
287c33e211
commit
5bc4c852da
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue