summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-09-02 02:27:32 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-09-02 02:27:32 (GMT)
commitc5fbb8716b5970e5d2860f576e535c5579d5b02a (patch)
treefa1cb469fb0438a130a73649ddf0ac158fd81203
parentdd34ed9a0a12b101a0a2790fee9ad7c1038e460c (diff)
parent0c79cfafdaeae325f43ce7b48a0bb9e2f519dacc (diff)
Merge pull request #158 from bhundven/musl_update
musl: Update mainline to 1.1.11
-rw-r--r--config/libc/musl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/libc/musl.in b/config/libc/musl.in
index 9ecae01..f5b4fc0 100644
--- a/config/libc/musl.in
+++ b/config/libc/musl.in
@@ -20,7 +20,7 @@ choice
config LIBC_MUSL_V_1_1
bool
- prompt "1.1.9 (Mainline)"
+ prompt "1.1.11 (Mainline)"
depends on EXPERIMENTAL
config LIBC_MUSL_V_1_0
@@ -38,6 +38,6 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "1.1.9" if LIBC_MUSL_V_1_1
+ default "1.1.11" if LIBC_MUSL_V_1_1
default "1.0.5" if LIBC_MUSL_V_1_0
default "custom" if LIBC_MUSL_V_CUSTOM