os/linux/glibc.rb: up minimum glibc version to 2.13

This commit is contained in:
Maxim Belkin 2020-05-17 20:14:05 -05:00
parent 9fcaa46cdf
commit 7b08e2252e
No known key found for this signature in database
GPG Key ID: AC71560D4C5F2338

View File

@ -15,7 +15,7 @@ module OS
end
def minimum_version
Version.new "2.12"
Version.new "2.13"
end
def below_minimum_version?