Skip to content

Commit a8abbf1

Browse files
authored
Merge pull request #7572 from TGWDB/20230302-5.78.0
Version increment cbmc-5.78.0
2 parents b0dc2ea + 89d8acc commit a8abbf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/config.inc

+1-1
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.77.0
79+
CBMC_VERSION = 5.78.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/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ fn main() {
112112
libraries_path.display()
113113
);
114114

115-
println!("cargo:rustc-link-lib=static=cprover.5.77.0");
115+
println!("cargo:rustc-link-lib=static=cprover.5.78.0");
116116
}

0 commit comments

Comments
 (0)