* Increased version number to 0.6
This commit is contained in:
parent
4ad4a77b3d
commit
e9c93fea17
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -25,5 +25,5 @@ limitations under the License.
|
|||
]]--
|
||||
module("luci", package.seeall)
|
||||
|
||||
__version__ = "0.5"
|
||||
__version__ = "0.6"
|
||||
__appname__ = "LuCI"
|
||||
|
|
Loading…
Reference in a new issue