File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ of the system and the surrounding infrastructure.
88
99## Release & Packaging
1010
11- * [ Release Process ] ( release_process.md )
12- * [ Homebrew tap] ( homebrew_tap.md )
11+ * \subpage release-process
12+ * \subpage homebrew- tap-instructions
Original file line number Diff line number Diff line change 1- # Homebrew tap instructions
1+ \page homebrew-tap-instructions Homebrew tap instructions
22
33CBMC archives versions into a tap which you can use to quickly download and
44build various historical versions.
Original file line number Diff line number Diff line change 1- # Release Process
1+ \page release-process Release Process
22
33** Date** : 2020-10-08
44** Updated** : 2022-06-23
99
1010The current process we follow through to make a new release is the following:
1111
12- 1 . At the point in time we want to make the release, we make a change to
12+ 1 . At the point in time we want to make the release, we make a change to
1313 ` src/config.inc ` , and update the configuration variable ` CBMC_VERSION ` .
1414 This is important as it informs the various tools of the current version
1515 of CBMC.
Original file line number Diff line number Diff line change 1- # CProver APIs
1+ # CPROVER APIs
22
3- * [ piped_process ] ( util/piped_process.md )
3+ * \subpage piped-process
Original file line number Diff line number Diff line change 1- # ` src/util/piped_process.{cpp, h} `
1+ \page piped-process ` src/util/piped_process.{cpp, h} `
22
33To utilise the ` piped_process ` API for interprocess communication with any binary:
44
You can’t perform that action at this time.
0 commit comments