* Increased version number to 0.6
authorSteven Barth <steven@midlink.org>
Sun, 8 Jun 2008 20:58:22 +0000 (20:58 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 8 Jun 2008 20:58:22 +0000 (20:58 +0000)
contrib/package/luci/Makefile
libs/core/luasrc/init.lua

index 2e0a312..f941715 100644 (file)
@@ -5,7 +5,7 @@ PKG_SOURCE_URL:=https://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH)
 PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
 
 PKG_NAME:=luci
-PKG_VERSION:=0.5+svn$(PKG_REV)
+PKG_VERSION:=0.6+svn$(PKG_REV)
 PKG_RELEASE:=1
 
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
index ce52d0a..b390df3 100644 (file)
@@ -25,5 +25,5 @@ limitations under the License.
 ]]--
 module("luci", package.seeall)
 
-__version__ = "0.5"
+__version__ = "0.6"
 __appname__ = "LuCI"