diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 20:46:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-06 20:46:30 +0200 |
commit | 1fde3eae167f52d6d02ff86845533d8319cf6499 (patch) | |
tree | 9e2bc836bcc836e2ab3ca1ec2650e85098b17c0d /target/config/Config.in.libc.default | |
parent | 420bf1a95a2130719f99c1e424e33b67ae1645cf (diff) |
update to rc1
Diffstat (limited to 'target/config/Config.in.libc.default')
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 294d90638..afb4fdb38 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.0beta5" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 + default "1.0.0rc1" if ADK_TARGET_LIB_UCLIBC_NG_1_0_0 default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.19" if ADK_TARGET_LIB_GLIBC_2_19 |