diff options
author | Steven Barth <steven@midlink.org> | 2008-04-26 21:29:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-26 21:29:14 +0000 |
commit | f801df7d4d44d8b85ae17fa5d191b96602c1fa9a (patch) | |
tree | b32af471a440d417837e640450dccda016434d2c /core/src | |
parent | 035a193353b9ad86621b6b1fa183ccb1e0bd9e3d (diff) |
* luci-splash: Fixes
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/ffluci/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ffluci/init.lua b/core/src/ffluci/init.lua index dbecf57e40..3b5ea14292 100644 --- a/core/src/ffluci/init.lua +++ b/core/src/ffluci/init.lua @@ -25,7 +25,7 @@ limitations under the License. ]]-- module("ffluci", package.seeall) -__version__ = "0.2" +__version__ = "0.3" __appname__ = "FFLuCI" dispatch = require("ffluci.dispatcher").httpdispatch |