diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-05 03:19:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-05 03:19:29 +0000 |
commit | 203a0b1febc2b0bf7c24ffb54f892b0b3bca8fec (patch) | |
tree | 98b98220b401786f2abc4527fbe129b57e5d66cf /package/uhttpd | |
parent | 88dc98a3420ffdbd606a32718da739b008ebd01d (diff) | |
download | upstream-203a0b1febc2b0bf7c24ffb54f892b0b3bca8fec.tar.gz upstream-203a0b1febc2b0bf7c24ffb54f892b0b3bca8fec.tar.bz2 upstream-203a0b1febc2b0bf7c24ffb54f892b0b3bca8fec.zip |
[package] uhttpd: bump version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28762 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uhttpd')
-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 daf7333cd6..66caaf14ee 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=27 +PKG_RELEASE:=28 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |