From 1cb9253dd76ddc93082952c580b2512ff600d9fd Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 4 Oct 2016 17:48:28 -0700 Subject: [PATCH] uClibc-ng pushes new releases faster than we merge them in! Signed-off-by: Alexey Neyman --- config/libc/uClibc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 14564bab..f7054d66 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -75,9 +75,9 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config LIBC_UCLIBC_NG_V_1_0_17 +config LIBC_UCLIBC_NG_V_1_0_18 bool - prompt "1.0.17" + prompt "1.0.18" select LIBC_UCLIBC_NG_1_0_15_or_later config LIBC_UCLIBC_V_0_9_33_2 @@ -91,7 +91,7 @@ config LIBC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "1.0.17" if LIBC_UCLIBC_NG_V_1_0_17 + default "1.0.18" if LIBC_UCLIBC_NG_V_1_0_18 default "0.9.33.2" if LIBC_UCLIBC_V_0_9_33_2 endif # ! LIBC_UCLIBC_CUSTOM