diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:42:18 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-20 16:42:18 +0000 |
commit | 266ffa4ea2bcd54d508d9e3d0205438a33f8f159 (patch) | |
tree | 23cab3dcfb6b0d8a4c3eb6b6d13e4aab2a82696b /openwrt/package/libpthread/Makefile | |
parent | e81f9be1bf5d567644961d3458c1f454f36698bc (diff) |
update to uClibc v0.9.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2200 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e74eda78f0..a17158dc31 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) |