Skip to content

Commit

Permalink
Bump CBMC version to 5.86.0 (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Jun 23, 2023
1 parent ac8bd76 commit a071df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kani-dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CBMC_VERSION="5.85.0"
CBMC_VERSION="5.86.0"
# If you update this version number, remember to bump it in `src/setup.rs` too
CBMC_VIEWER_VERSION="3.8"
KISSAT_VERSION="3.0.0"
2 changes: 1 addition & 1 deletion scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ KANI_DIR=$SCRIPT_DIR/..
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"

# Required dependencies
check-cbmc-version.py --major 5 --minor 85
check-cbmc-version.py --major 5 --minor 86
check-cbmc-viewer-version.py --major 3 --minor 8
check_kissat_version.sh

Expand Down

0 comments on commit a071df1

Please sign in to comment.