Sfoglia il codice sorgente

bump C library versions

Waldemar Brodkorb 5 anni fa
parent
commit
146a7a25bc
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      embedded-test.sh

+ 3 - 3
embedded-test.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env mksh
 #
-# Copyright © 2014-2019
+# Copyright © 2014-2020
 #	Waldemar Brodkorb <wbx@openadk.org>
 #
 # Provided that these terms and disclaimer and all copyright notices
@@ -1643,7 +1643,7 @@ for lib in ${libc}; do
       if [[ $libcversion ]]; then
         version=$libcversion
       else
-        version=1.0.32
+        version=1.0.34
       fi
       libver=uClibc-ng-${version}
       libdir=uClibc-ng
@@ -1653,7 +1653,7 @@ for lib in ${libc}; do
       if [[ $libcversion ]]; then
         version=$libcversion
       else
-        version=2.30
+        version=2.31
       fi
       libver=glibc-${version}
       libdir=glibc