diff options
author | Alexey Neyman <stilor@att.net> | 2016-10-04 17:48:28 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-10-04 17:48:28 -0700 |
commit | 1cb9253dd76ddc93082952c580b2512ff600d9fd (patch) | |
tree | 375e7609e4afc3a4c8ea83add3a1a36527a20b23 /config/libc/uClibc.in | |
parent | 8121be5b217d1b354db856f8c4ca1b94ce7cffd4 (diff) | |
download | crosstool-ng-1cb9253dd76ddc93082952c580b2512ff600d9fd.tar.gz crosstool-ng-1cb9253dd76ddc93082952c580b2512ff600d9fd.tar.bz2 crosstool-ng-1cb9253dd76ddc93082952c580b2512ff600d9fd.zip |
uClibc-ng pushes new releases faster than we merge them in!
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 6 |
1 files 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 |