Skip to content

Commit 3261501

Browse files
committed
Bump version to 2.0.1
1 parent b13d17b commit 3261501

4 files changed

+5
-5
lines changed

META.goblint-cil.template

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
package "default-features" (
44
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"
66
)
77

88
package "all-features" (
99
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"
1111
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ instance in the OCaml toplevel using [Findlib][findlib]:
7676
# #require "goblint-cil";;
7777
[...]
7878
# GoblintCil.cilVersion;;
79-
- : string = "2.0.0"
79+
- : string = "2.0.1"
8080

8181
[findlib]: http://projects.camlcity.org/projects/findlib.html
8282

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
(name goblint-cil)
33
(implicit_transitive_deps false)
44
(generate_opam_files true)
5-
(version 2.0.0)
5+
(version 2.0.1)
66
(source (github goblint/cil))
77
; (documentation "https://goblint.github.io/cil")
88
(authors "George Necula" "Scott McPeak" "Westley Weimer" "Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan")

goblint-cil.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "2.0.0"
3+
version: "2.0.1"
44
synopsis:
55
"A front-end for the C programming language that facilitates program analysis and transformation"
66
description: """

0 commit comments

Comments
 (0)