diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-16 13:14:19 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-16 13:14:19 -0800 |
commit | 0929675b95aee0e08877e4d991015be0f7a5fd0e (patch) | |
tree | d0f25b94fefc0a9d1b44b8a554bc1ca383dfad91 | |
parent | 6ac8e31a519f41af7838bb5261e0fe989fb428bd (diff) | |
download | crosstool-ng-0929675b95aee0e08877e4d991015be0f7a5fd0e.tar.gz crosstool-ng-0929675b95aee0e08877e4d991015be0f7a5fd0e.tar.bz2 crosstool-ng-0929675b95aee0e08877e4d991015be0f7a5fd0e.zip |
uClibc-ng: Fix version prompt
In commit c9704c6683ee2ddab8be390f48f6c2de412b80dc, I forgot to bump the
version in the prompt for uClibc-ng-1.0.9.
Reported-by: Reinoud Koornstra <reinoudkoornstra@gmail.com>
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r-- | config/libc/uClibc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 491bcc6a..06a89751 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -28,7 +28,7 @@ choice config LIBC_UCLIBC_NG_V_1_0_9 bool - prompt "1.0.8" + prompt "1.0.9" select LIBC_UCLIBC_NG_1_0_9_or_later config LIBC_UCLIBC_V_0_9_33_2 |