Skip to content

Commit 3d78d45

Browse files
authored
Fix gen/libhighs.jl to point to the latest commit (#284)
1 parent f4f084b commit 3d78d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gen/libhighs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,11 +2626,11 @@ const HighsUInt = Cuint
26262626

26272627
const CMAKE_BUILD_TYPE = "Release"
26282628

2629-
const HIGHS_GITHASH = "6eca8325a4"
2629+
const HIGHS_GITHASH = "364c83a51e"
26302630

26312631
const HIGHS_VERSION_MAJOR = 1
26322632

2633-
const HIGHS_VERSION_MINOR = 10
2633+
const HIGHS_VERSION_MINOR = 11
26342634

26352635
const HIGHS_VERSION_PATCH = 0
26362636

0 commit comments

Comments
 (0)