We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0dc2ea + 89d8acc commit a8abbf1Copy full SHA for a8abbf1
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.77.0
+CBMC_VERSION = 5.78.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/build.rs
@@ -112,5 +112,5 @@ fn main() {
112
libraries_path.display()
113
);
114
115
- println!("cargo:rustc-link-lib=static=cprover.5.77.0");
+ println!("cargo:rustc-link-lib=static=cprover.5.78.0");
116
}
0 commit comments