diff options
author | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-25 23:34:21 +0000 |
commit | 5f9910566de7165f4bb0ee62bc3ace53c708a94e (patch) | |
tree | da06cbacc22d9d74b1e160e6dcf19fe0f62fa432 /src/ffluci/init.lua | |
parent | 9fa7e0e92ddae9ff68f50ad20bbdfc8a3c09135a (diff) |
* Entering Version 0.2
* Completed CBI
* Minor bugfixes and enhancements
Diffstat (limited to 'src/ffluci/init.lua')
-rw-r--r-- | src/ffluci/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/init.lua b/src/ffluci/init.lua index 4585f51fb..dbecf57e4 100644 --- a/src/ffluci/init.lua +++ b/src/ffluci/init.lua @@ -25,7 +25,7 @@ limitations under the License. ]]-- module("ffluci", package.seeall) -__version__ = "0.1" +__version__ = "0.2" __appname__ = "FFLuCI" dispatch = require("ffluci.dispatcher").httpdispatch |