diff options
author | Steven Barth <steven@midlink.org> | 2008-09-06 14:07:21 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-06 14:07:21 +0000 |
commit | 1c2ab810b2025630ea50e93c872c63dde8631b8f (patch) | |
tree | 2bf0aa97b874d7e6cf11858b13c967c76d2fd9b3 /libs/core/luasrc | |
parent | dbde0216c29148520226a96a57be20ceb2406f45 (diff) |
Bump version to 0.9
Diffstat (limited to 'libs/core/luasrc')
-rw-r--r-- | libs/core/luasrc/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua index b4ecb93c1..2eacc6ca9 100644 --- a/libs/core/luasrc/init.lua +++ b/libs/core/luasrc/init.lua @@ -23,7 +23,7 @@ See the License for the specific language governing permissions and limitations under the License. ]]-- -module("luci", package.seeall) +module "luci" -__version__ = "0.7" +__version__ = "0.9" __appname__ = "LuCI" |