diff options
Diffstat (limited to 'package/libnl-tiny/Makefile')
-rw-r--r-- | package/libnl-tiny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libnl-tiny/Makefile b/package/libnl-tiny/Makefile index f964249283..37ac26fe9c 100644 --- a/package/libnl-tiny/Makefile +++ b/package/libnl-tiny/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2012 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:=libnl-tiny PKG_VERSION:=0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 include $(INCLUDE_DIR)/package.mk |