From b3a3fa537f027a656717e5d26ac1a3b1a2084d6e Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 15 May 2025 17:21:42 +1200 Subject: [PATCH 1/2] Prep for v0.12.5 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 20629c0b..18b867cb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SCIP" uuid = "82193955-e24f-5292-bf16-6f2c5261a85f" -version = "0.12.4" +version = "0.12.5" [deps] Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" @@ -14,7 +14,7 @@ SCIP_jll = "e5ac4fe4-a920-5659-9bf8-f9f73e9e79ce" MathOptInterface = "1.32" OpenBLAS32_jll = "0.3" SCIP_PaPILO_jll = "900.200.101" -SCIP_jll = "900.200.100" +SCIP_jll = "900.200.101" julia = "1.10" [extras] From 954fad7058059ce195d18c46eddba4fbabff9268 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Thu, 15 May 2025 17:23:46 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c2ad6b..33158206 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ julia> Pkg.add("SCIP") In addition to installing the SCIP.jl package, this will also download and install the SCIP binaries. You do not need to install SCIP separately. -## Windows and custom installations +## Custom installations If you want a custom SCIP installation, you must manually install the SCIP binaries.