Skip to content
Snippets Groups Projects
Unverified Commit 7b08e225 authored by Maxim Belkin's avatar Maxim Belkin
Browse files

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

parent 9fcaa46c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ module OS
end
def minimum_version
Version.new "2.12"
Version.new "2.13"
end
def below_minimum_version?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment