Merge pull request #7588 from maxim-belkin/glibc-minimum-version
os/linux/glibc.rb: up minimum glibc version to 2.13
This commit is contained in:
commit
95a8217223
@ -15,7 +15,7 @@ module OS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def minimum_version
|
def minimum_version
|
||||||
Version.new "2.12"
|
Version.new "2.13"
|
||||||
end
|
end
|
||||||
|
|
||||||
def below_minimum_version?
|
def below_minimum_version?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user