diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-23 21:55:40 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-23 21:55:40 +0000 |
commit | 3198c447f63660678c18ad6ad9dffa0f11e0cf39 (patch) | |
tree | bf56f418868cf8cf30fc4d598f129c6f0ebfc2c1 /package/ifx-tapi | |
parent | f1f4b36850076c544239b05b4baa2a1980df728b (diff) | |
download | master-187ad058-3198c447f63660678c18ad6ad9dffa0f11e0cf39.tar.gz master-187ad058-3198c447f63660678c18ad6ad9dffa0f11e0cf39.tar.bz2 master-187ad058-3198c447f63660678c18ad6ad9dffa0f11e0cf39.zip |
bump release number for packages ahead of backfire in trunk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifx-tapi')
-rw-r--r-- | package/ifx-tapi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ifx-tapi/Makefile b/package/ifx-tapi/Makefile index 64aaa3ba0a..68282b81a0 100644 --- a/package/ifx-tapi/Makefile +++ b/package/ifx-tapi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=drv_tapi PKG_VERSION:=3.11.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=drv_tapi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |