libs/core: fallback to trunk version
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 13 Aug 2011 09:52:50 +0000 (09:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 13 Aug 2011 09:52:50 +0000 (09:52 +0000)
libs/core/luasrc/init.lua

index dc91a36a0f03d2600d987e2deb6bd259d270342d..4d66e86734fcb0a8fb516a204030391a77c32ec5 100644 (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"