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/uhttpd/Makefile | |
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/uhttpd/Makefile')
-rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 0dcc6a900b..3ac396a4b7 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |