Skip to content

Commit a89ea43

Browse files
authored
Update to support v1.17.7 (#142)
1 parent 79d523e commit a89ea43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53"
88
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
99

1010
[compat]
11-
Clp_jll = "=100.1700.601"
11+
Clp_jll = "=100.1700.601, =100.1700.700"
1212
MathOptInterface = "1.1"
1313
julia = "1.6"
1414

src/Clp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function __init__()
1212
version = VersionNumber(
1313
"$(Clp_VersionMajor()).$(Clp_VersionMinor()).$(Clp_VersionRelease())",
1414
)
15-
if !(v"1.17.2" <= version <= v"1.17.6")
15+
if !(v"1.17.2" <= version <= v"1.17.7")
1616
error(
1717
"You have installed version $version of Clp, which is not " *
1818
"supported by Clp.jl. If the version change was breaking, changes " *

0 commit comments

Comments
 (0)