We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ccdcd5 + 06079e6 commit 1d0ee45Copy full SHA for 1d0ee45
src/config.inc
@@ -76,7 +76,7 @@ endif
76
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
77
78
# Detailed version information
79
-CBMC_VERSION = 5.81.0
+CBMC_VERSION = 5.82.0
80
81
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
82
# CUDD = ../../cudd-3.0.0
src/libcprover-rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libcprover_rust"
3
-version = "5.81.0"
+version = "5.82.0"
4
edition = "2021"
5
description = "Rust API for CBMC and assorted CProver tools"
6
repository = "https://github.com/diffblue/cbmc"
0 commit comments