File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
package "default-features" (
4
4
requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.syntacticsearch"
5
- version = "2.0.0 "
5
+ version = "2.0.1 "
6
6
)
7
7
8
8
package "all-features" (
9
9
requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.zrapp goblint-cil.syntacticsearch"
10
- version = "2.0.0 "
10
+ version = "2.0.1 "
11
11
)
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ instance in the OCaml toplevel using [Findlib][findlib]:
76
76
# #require "goblint-cil";;
77
77
[...]
78
78
# GoblintCil.cilVersion;;
79
- - : string = "2.0.0 "
79
+ - : string = "2.0.1 "
80
80
81
81
[ findlib ] : http://projects.camlcity.org/projects/findlib.html
82
82
Original file line number Diff line number Diff line change 2
2
(name goblint-cil)
3
3
( implicit_transitive_deps false )
4
4
( generate_opam_files true )
5
- ( version 2 .0.0 )
5
+ ( version 2 .0.1 )
6
6
( source ( github goblint/cil) )
7
7
; (documentation "https://goblint.github.io/cil")
8
8
( authors " George Necula" " Scott McPeak" " Westley Weimer" " Gabriel Kerneis" " Ralf Vogler" " Michael Schwarz" " Simmo Saan" )
Original file line number Diff line number Diff line change 1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
- version: "2.0.0 "
3
+ version: "2.0.1 "
4
4
synopsis:
5
5
"A front-end for the C programming language that facilitates program analysis and transformation"
6
6
description: """
You can’t perform that action at this time.
0 commit comments