diff options
Diffstat (limited to 'openwrt/package/libpthread/Makefile')
-rw-r--r-- | openwrt/package/libpthread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libpthread/Makefile b/openwrt/package/libpthread/Makefile index e74eda78f..a17158dc3 100644 --- a/openwrt/package/libpthread/Makefile +++ b/openwrt/package/libpthread/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpthread -PKG_VERSION:=0.9.27 +PKG_VERSION:=0.9.28 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |