We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc46c88 commit e2b9c96Copy full SHA for e2b9c96
src/config.inc
@@ -79,7 +79,7 @@ endif
79
OSX_IDENTITY="Developer ID Application: Daniel Kroening"
80
81
# Detailed version information
82
-CBMC_VERSION = 6.0.0-preview
+CBMC_VERSION = 6.0.0
83
84
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
85
# CUDD = ../../cudd-3.0.0
src/libcprover-rust/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libcprover_rust"
3
-version = "6.0.0-preview"
+version = "6.0.0"
4
edition = "2021"
5
description = "Rust API for CBMC and assorted CProver tools"
6
repository = "https://github.com/diffblue/cbmc"
0 commit comments