diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-17 19:39:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-17 19:39:08 +0000 |
commit | 80bd4f660331158cb5f2879ad271cd1e1c99923e (patch) | |
tree | f6b452c71926b615a3c271ccfe242d2fca0c4329 /package/uci/Makefile | |
parent | 28e92939d1e38b5dfa3772cedc15b6d1120a05f1 (diff) | |
download | upstream-80bd4f660331158cb5f2879ad271cd1e1c99923e.tar.gz upstream-80bd4f660331158cb5f2879ad271cd1e1c99923e.tar.bz2 upstream-80bd4f660331158cb5f2879ad271cd1e1c99923e.zip |
uci: bump package revision
SVN-Revision: 21494
Diffstat (limited to 'package/uci/Makefile')
-rw-r--r-- | package/uci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uci/Makefile b/package/uci/Makefile index 3ce9e9ee38..fea8fa3922 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk UCI_VERSION=12012009 -UCI_RELEASE=5 +UCI_RELEASE=6 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) |