diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-21 20:35:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-05-21 20:35:39 +0000 |
commit | be9b46b6ed3e58cfa74def981cf7442913d5398c (patch) | |
tree | 36d1a970ac8915db012a1e82a9854358ae5d4352 | |
parent | 2554f280efea0df617c12b3c659efeb444ce31b0 (diff) | |
download | upstream-be9b46b6ed3e58cfa74def981cf7442913d5398c.tar.gz upstream-be9b46b6ed3e58cfa74def981cf7442913d5398c.tar.bz2 upstream-be9b46b6ed3e58cfa74def981cf7442913d5398c.zip |
[package] uci: bump pkg release after r21489-r21494 (#7312)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21529 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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..bf0107f777 100644 --- a/package/uci/Makefile +++ b/package/uci/Makefile @@ -12,7 +12,7 @@ UCI_RELEASE=5 PKG_NAME:=uci PKG_VERSION:=$(UCI_VERSION)$(if $(UCI_RELEASE),.$(UCI_RELEASE)) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_REV:=aa3ab8012bfbf793d2884c08ea924545a04e9544 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |