Bump version to 0.9

This commit is contained in:
Steven Barth 2008-09-06 14:07:21 +00:00
parent dbde0216c2
commit 1c2ab810b2
2 changed files with 4 additions and 4 deletions

View file

@ -10,12 +10,12 @@ PKG_NAME:=luci
PKG_RELEASE:=1 PKG_RELEASE:=1
ifeq ($(USELOCAL),1) ifeq ($(USELOCAL),1)
PKG_VERSION:=0.7+svn PKG_VERSION:=0.9+svn
else else
PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH) PKG_SOURCE_URL:=http://dev.leipzig.freifunk.net/svn/ff-luci/$(PKG_BRANCH)
ifeq ($(DUMP),) ifeq ($(DUMP),)
PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p') PKG_REV:=$(shell LC_ALL=C svn info ${PKG_SOURCE_URL} | sed -ne's/^Last Changed Rev: //p')
PKG_VERSION:=0.7+svn$(PKG_REV) PKG_VERSION:=0.9+svn$(PKG_REV)
endif endif
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz

View file

@ -23,7 +23,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
]]-- ]]--
module("luci", package.seeall) module "luci"
__version__ = "0.7" __version__ = "0.9"
__appname__ = "LuCI" __appname__ = "LuCI"