summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.version
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 01:10:45 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-01-28 01:10:45 +0000
commit87d30b549d1dc570d0037d021343ab9d4b0f2017 (patch)
treede3bee6403cb98723425be61d6a9a176d6e19f27 /toolchain/uClibc/Config.version
parent391bf297baa507e9d76b09f0b23732b8a47cdcac (diff)
uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier versions (especially threading issues), and the known regressions have been fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25187 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/Config.version')
-rw-r--r--toolchain/uClibc/Config.version2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Config.version b/toolchain/uClibc/Config.version
index 52064feed..29d4c7d63 100644
--- a/toolchain/uClibc/Config.version
+++ b/toolchain/uClibc/Config.version
@@ -4,4 +4,4 @@ config UCLIBC_VERSION
default "0.9.30.1" if UCLIBC_VERSION_0_9_30_1
default "0.9.31" if UCLIBC_VERSION_0_9_31
default "0.9.32" if UCLIBC_VERSION_0_9_32
- default "0.9.31"
+ default "0.9.32"