glibc_test.sh: bump minor version up to 11

This commit is contained in:
s1lentq 2021-04-05 00:01:21 +07:00
parent 3c63e41533
commit 80f0f3c7ea

View File

@ -7,7 +7,7 @@ main()
declare -A threshold_version
threshold_version[CXXABI]="1.3.5"
threshold_version[GLIBCXX]="3.4.15"
threshold_version[GLIBC]="2.7"
threshold_version[GLIBC]="2.11"
for k in "${!threshold_version[@]}"; do
for f in "${files[@]}"