Skip to content

Commit

Permalink
Bump CBMC version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed Sep 15, 2023
1 parent 7e692bb commit e8814e3
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.91.0"
CBMC_VERSION="5.92.0"
# If you update this version number, remember to bump it in `src/setup.rs` too
CBMC_VIEWER_VERSION="3.8"
KISSAT_VERSION="3.1.1"
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 91
check-cbmc-version.py --major 5 --minor 92
check-cbmc-viewer-version.py --major 3 --minor 8
check_kissat_version.sh

Expand Down

0 comments on commit e8814e3

Please sign in to comment.