Skip to content

Commit

Permalink
Bump Z3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
blishko committed Oct 30, 2024
1 parent 22c506f commit 2faaec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ include(EthOptions)
configure_project(TESTS)

if(EMSCRIPTEN)
set(TESTED_Z3_VERSION "4.12.1")
set(TESTED_Z3_VERSION "4.13.3")
set(MINIMUM_Z3_VERSION "4.8.16")
find_package(Z3)
if (${Z3_FOUND})
Expand Down

0 comments on commit 2faaec1

Please sign in to comment.