Skip to content

Commit

Permalink
Update Windows version in verreq
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jun 14, 2017
1 parent 575b908 commit edab92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/verreq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const glpkminver = v"4.52" # Minimum requirement
const glpkmaxver = v"4.61" # Maximum version known to work
const glpkdefver = "4.61" # Default version
const glpkwinver = "4.52" # Default version for windows
const glpkwinver = "4.61" # Default version for windows

function check_glpk_version(major_ver, minor_ver)
if !(glpkminver <= VersionNumber(major_ver, minor_ver) <= glpkmaxver)
Expand Down

0 comments on commit edab92f

Please sign in to comment.