Skip to content

Commit 1d0ee45

Browse files
authored
Merge pull request #7694 from diffblue/20230427-5.82.0
CBMC version 5.82.0
2 parents 4ccdcd5 + 06079e6 commit 1d0ee45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ endif
7676
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
7777

7878
# Detailed version information
79-
CBMC_VERSION = 5.81.0
79+
CBMC_VERSION = 5.82.0
8080

8181
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
8282
# CUDD = ../../cudd-3.0.0

src/libcprover-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libcprover_rust"
3-
version = "5.81.0"
3+
version = "5.82.0"
44
edition = "2021"
55
description = "Rust API for CBMC and assorted CProver tools"
66
repository = "https://github.com/diffblue/cbmc"

0 commit comments

Comments
 (0)