Skip to content

Commit

Permalink
Bump CBMC version to 5.83.0 (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws committed May 15, 2023
1 parent 8d79ee5 commit 7c4400d
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.82.0"
CBMC_VERSION="5.83.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 82
check-cbmc-version.py --major 5 --minor 83
check-cbmc-viewer-version.py --major 3 --minor 8
check_kissat_version.sh

Expand Down

0 comments on commit 7c4400d

Please sign in to comment.