os/linux/glibc.rb: up minimum glibc version to 2.13
This commit is contained in:
parent
9fcaa46cdf
commit
7b08e2252e
@ -15,7 +15,7 @@ module OS
|
||||
end
|
||||
|
||||
def minimum_version
|
||||
Version.new "2.12"
|
||||
Version.new "2.13"
|
||||
end
|
||||
|
||||
def below_minimum_version?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user