Skip to content

Commit

Permalink
Bump CBMC version to 5.67.0 (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhassan-aws authored Oct 3, 2022
1 parent 38ba4b5 commit 78761bd
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,3 +1,3 @@
CBMC_VERSION="5.66.0"
CBMC_VERSION="5.67.0"
# If you update this version number, remember to bump it in `src/setup.rs` too
CBMC_VIEWER_VERSION="3.6"
2 changes: 1 addition & 1 deletion scripts/kani-regression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ KANI_DIR=$SCRIPT_DIR/..
export KANI_FAIL_ON_UNEXPECTED_DESCRIPTION="true"

# Required dependencies
check-cbmc-version.py --major 5 --minor 66
check-cbmc-version.py --major 5 --minor 67
check-cbmc-viewer-version.py --major 3 --minor 5

# Formatting check
Expand Down

0 comments on commit 78761bd

Please sign in to comment.