diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-28 19:48:25 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-28 19:48:25 +0000 |
commit | 7d991147b3036fd99af9d05a3de50f0c931b0377 (patch) | |
tree | 832186852556c64b1a53ab110422523545127871 /toolchain/eglibc/Config.version | |
parent | 816a9b30f683b8376423ff029d40e0e4a2701026 (diff) | |
download | upstream-7d991147b3036fd99af9d05a3de50f0c931b0377.tar.gz upstream-7d991147b3036fd99af9d05a3de50f0c931b0377.tar.bz2 upstream-7d991147b3036fd99af9d05a3de50f0c931b0377.zip |
toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11
SVN-Revision: 21610
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r-- | toolchain/eglibc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 217c9ce448..f08837841d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -6,5 +6,5 @@ config EGLIBC_VERSION default "2.8" if EGLIBC_VERSION_2_8 default "2.9" if EGLIBC_VERSION_2_9 default "2.10.2" if EGLIBC_VERSION_2_10 - default "2.11 " if EGLIBC_VERSION_2_11 + default "2.11.1" if EGLIBC_VERSION_2_11 default "trunk" |