diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-31 06:56:31 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-31 06:56:31 +0000 |
commit | 6e7828656ae9fe0d7043d379e684e6335e9ce5c3 (patch) | |
tree | 9fbb9f6a1185f968898408d67301d5a30cd0862f /target | |
parent | 913a7f6e491d70c8823a2f0f00c68af080bbe3f6 (diff) |
uclibc-ng: bump version here, too
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.libc b/target/config/Config.in.libc index 391dbdd60..c545a6b1c 100644 --- a/target/config/Config.in.libc +++ b/target/config/Config.in.libc @@ -236,7 +236,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.0.27" if ADK_TARGET_LIB_UCLIBC_NG_1_0_27 + default "1.0.28" if ADK_TARGET_LIB_UCLIBC_NG_1_0_28 default "1.1.18" if ADK_TARGET_LIB_MUSL_1_1_18 default "2.26" if ADK_TARGET_LIB_GLIBC_2_26 default "2.4.0" if ADK_TARGET_LIB_NEWLIB_2_4_0 |