From 1c2ab810b2025630ea50e93c872c63dde8631b8f Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 6 Sep 2008 14:07:21 +0000 Subject: Bump version to 0.9 --- libs/core/luasrc/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs') diff --git a/libs/core/luasrc/init.lua b/libs/core/luasrc/init.lua index b4ecb93c13..2eacc6ca9e 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" -- cgit v1.2.3