File tree 5 files changed +8
-8
lines changed
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.
8
8
9
9
## Release & Packaging
10
10
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
2
2
3
3
CBMC archives versions into a tap which you can use to quickly download and
4
4
build various historical versions.
Original file line number Diff line number Diff line change 1
- # Release Process
1
+ \page release-process Release Process
2
2
3
3
** Date** : 2020-10-08
4
4
** Updated** : 2022-06-23
9
9
10
10
The current process we follow through to make a new release is the following:
11
11
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
13
13
` src/config.inc ` , and update the configuration variable ` CBMC_VERSION ` .
14
14
This is important as it informs the various tools of the current version
15
15
of CBMC.
Original file line number Diff line number Diff line change 1
- # CProver APIs
1
+ # CPROVER APIs
2
2
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} `
2
2
3
3
To utilise the ` piped_process ` API for interprocess communication with any binary:
4
4
You can’t perform that action at this time.
0 commit comments