Skip to content

Commit

Permalink
Bump CBMC Viewer to 3.9
Browse files Browse the repository at this point in the history
This is in preparation of updating to CBMC 6, which emits some
properties in ways that CBMC Viewer 3.8 did not adequately parse.
  • Loading branch information
tautschnig committed Jul 23, 2024
1 parent 7ad4d1c commit 29c9105
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kani-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CBMC_VERSION="5.95.1"

# If you update this version number, remember to bump it in `src/setup.rs` too
CBMC_VIEWER_MAJOR="3"
CBMC_VIEWER_MINOR="8"
CBMC_VIEWER_VERSION="3.8"
CBMC_VIEWER_MINOR="9"
CBMC_VIEWER_VERSION="3.9"

KISSAT_VERSION="3.1.1"
2 changes: 1 addition & 1 deletion src/setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn setup_python_deps(kani_dir: &Path) -> Result<()> {
let pyroot = kani_dir.join("pyroot");

// TODO: this is a repetition of versions from kani/kani-dependencies
let pkg_versions = &["cbmc-viewer==3.8"];
let pkg_versions = &["cbmc-viewer==3.9"];

Command::new("python3")
.args(["-m", "pip", "install", "--target"])
Expand Down

0 comments on commit 29c9105

Please sign in to comment.