From ab075bb53ae2068bac8814a1be61ca68b94cdf66 Mon Sep 17 00:00:00 2001 From: Fotis Koutoulakis Date: Thu, 28 Sep 2023 10:24:02 +0100 Subject: [PATCH] Mark CBMC cbmc-5.93.0. --- src/config.inc | 2 +- src/libcprover-rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.inc b/src/config.inc index 5ff3b766b54..ebe88583ce0 100644 --- a/src/config.inc +++ b/src/config.inc @@ -76,7 +76,7 @@ endif OSX_IDENTITY="Developer ID Application: Daniel Kroening" # Detailed version information -CBMC_VERSION = 5.92.0 +CBMC_VERSION = 5.93.0 # Use the CUDD library for BDDs, can be installed using `make -C src cudd-download` # CUDD = ../../cudd-3.0.0 diff --git a/src/libcprover-rust/Cargo.toml b/src/libcprover-rust/Cargo.toml index 34c539c5efd..1cf0de92b07 100644 --- a/src/libcprover-rust/Cargo.toml +++ b/src/libcprover-rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libcprover_rust" -version = "5.92.0" +version = "5.93.0" edition = "2021" description = "Rust API for CBMC and assorted CProver tools" repository = "https://github.com/diffblue/cbmc"