Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Sep 11, 2023
1 parent 9e93238 commit 98598d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions META.goblint-cil.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

package "default-features" (
requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.syntacticsearch"
version = "2.0.1"
version = "2.0.2"
)

package "all-features" (
requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.zrapp goblint-cil.syntacticsearch"
version = "2.0.1"
version = "2.0.2"
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ instance in the OCaml toplevel using [Findlib][findlib]:
# #require "goblint-cil";;
[...]
# GoblintCil.cilVersion;;
- : string = "2.0.1"
- : string = "2.0.2"

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

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name goblint-cil)
(implicit_transitive_deps false)
(generate_opam_files true)
(version 2.0.1)
(version 2.0.2)
(source (github goblint/cil))
; (documentation "https://goblint.github.io/cil")
(authors "George Necula" "Scott McPeak" "Westley Weimer" "Gabriel Kerneis" "Ralf Vogler" "Michael Schwarz" "Simmo Saan")
Expand Down
2 changes: 1 addition & 1 deletion goblint-cil.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.0.1"
version: "2.0.2"
synopsis:
"A front-end for the C programming language that facilitates program analysis and transformation"
description: """
Expand Down

0 comments on commit 98598d9

Please sign in to comment.