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 | 338f1af5f38cfefec48a5554dcf9f89191fc4041 (patch) | |
tree | 4bb9423a8c96434881fb692e31a6c8b0dabb934c /package/ppp | |
parent | 4f1a51b7d95f721982de7adf32b88441ce8ad419 (diff) | |
download | upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.tar.gz upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.tar.bz2 upstream-338f1af5f38cfefec48a5554dcf9f89191fc4041.zip |
bump release number for packages ahead of backfire in trunk
SVN-Revision: 21556
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index e90d4ccfac..d7dcc65f83 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=ppp PKG_VERSION:=2.4.4 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/ppp/ |