We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71faa2d + 09a9fe9 commit c0bcc71Copy full SHA for c0bcc71
.github/workflows/release-packages.yaml
@@ -6,7 +6,7 @@ env:
6
7
name: Upload additional release assets
8
jobs:
9
- ubuntu-22.04-package:
+ ubuntu-22_04-package:
10
runs-on: ubuntu-22.04
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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.76.0
+CBMC_VERSION = 5.76.1
80
81
# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
82
# CUDD = ../../cudd-3.0.0
0 commit comments