Skip to content

Commit 29b7ec4

Browse files
authored
Update OR-Tools to support the C API. (#10214)
Unofficially, this is version 9.11.1.
1 parent ce22cc0 commit 29b7ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

O/ORTools/build_tarballs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
using BinaryBuilder
44

55
name = "ORTools"
6-
version = v"9.11"
6+
version = v"9.11.1"
77

88
# Collection of sources required to build this package
99
sources = [
1010
GitSource("https://github.com/google/or-tools.git",
11-
"8edc858e5cbe8902801d846899dc0de9be748b2c")
11+
"f99e8e981e13035bb7ef074776525ad275182ef6")
1212
]
1313

1414
# Bash recipe for building across all platforms

0 commit comments

Comments
 (0)