diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-06 12:42:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-06 12:42:38 +0000 |
commit | 7f6af5ddc9512dbb9031d82533288884b6438834 (patch) | |
tree | fa33fb1c502a4938fec2b877796be8d10c179d88 /package/network/config | |
parent | a0fb139369091cb2bc739f3043410b745d5f7feb (diff) | |
download | upstream-7f6af5ddc9512dbb9031d82533288884b6438834.tar.gz upstream-7f6af5ddc9512dbb9031d82533288884b6438834.tar.bz2 upstream-7f6af5ddc9512dbb9031d82533288884b6438834.zip |
qos-scripts: bump PKG_REVISION and copyright year
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43860
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/qos-scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/qos-scripts/Makefile b/package/network/config/qos-scripts/Makefile index a6690a161a..8b6aac3caf 100644 --- a/package/network/config/qos-scripts/Makefile +++ b/package/network/config/qos-scripts/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qos-scripts PKG_VERSION:=1.2.1 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |