diff --git a/META.goblint-cil.template b/META.goblint-cil.template index cf051e8fe..685a1de9c 100644 --- a/META.goblint-cil.template +++ b/META.goblint-cil.template @@ -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.4" +version = "2.0.5" ) 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.4" +version = "2.0.5" ) diff --git a/README.md b/README.md index 049e27287..dc8d6fc92 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ instance in the OCaml toplevel using [Findlib][findlib]: # #require "goblint-cil";; [...] # GoblintCil.cilVersion;; - - : string = "2.0.4" + - : string = "2.0.5" [findlib]: http://projects.camlcity.org/projects/findlib.html diff --git a/dune-project b/dune-project index e0929b4e5..dd71229c4 100644 --- a/dune-project +++ b/dune-project @@ -2,7 +2,7 @@ (name goblint-cil) (implicit_transitive_deps false) (generate_opam_files true) -(version 2.0.4) +(version 2.0.5) (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") diff --git a/goblint-cil.opam b/goblint-cil.opam index 17e39f5a1..55ef84c02 100644 --- a/goblint-cil.opam +++ b/goblint-cil.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "2.0.4" +version: "2.0.5" synopsis: "A front-end for the C programming language that facilitates program analysis and transformation" description: """