Skip to content

Commit

Permalink
[CoinUtils] update to v2.11.6 (#5744)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 25, 2022
1 parent b12374b commit f18e2aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions C/Coin-OR/CoinUtils/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# In addition to coin-or-common.jl, we need to modify this file to trigger a
# rebuild.
#
# Last updated: 2022-10-26

include("../coin-or-common.jl")

name = "CoinUtils"
Expand Down
4 changes: 2 additions & 2 deletions C/Coin-OR/coin-or-common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Osi_gitsha = "dfa6449d6756fdd96912cf96e168d0be07b1d37c"
Osi_version_offset = v"0.0.0"
Osi_version = offset_version(Osi_upstream_version, Osi_version_offset)

CoinUtils_upstream_version = v"2.11.4"
CoinUtils_gitsha = "f709081c9b57cc2dd32579d804b30689ca789982"
CoinUtils_upstream_version = v"2.11.6"
CoinUtils_gitsha = "26e9639ed9897e13e89169870dbe910296a9783b"
CoinUtils_verson_offset = v"0.0.0"
CoinUtils_version =
offset_version(CoinUtils_upstream_version, CoinUtils_verson_offset)
Expand Down

0 comments on commit f18e2aa

Please sign in to comment.