File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33package "default-features" (
44requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.syntacticsearch"
5- version = "1.8.1 "
5+ version = "1.8.2 "
66)
77
88package "all-features" (
99requires="goblint-cil.dataslicing goblint-cil.liveness goblint-cil.pta goblint-cil.makecfg goblint-cil.zrapp goblint-cil.syntacticsearch"
10- version = "1.8.1 "
10+ version = "1.8.2 "
1111)
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ instance in the OCaml toplevel using [Findlib][findlib]:
9999 # #require "cil";;
100100 [...]
101101 # Cil.cilVersion;;
102- - : string = "1.8.1 "
102+ - : string = "1.8.2 "
103103
104104[ findlib ] : http://projects.camlcity.org/projects/findlib.html
105105
Original file line number Diff line number Diff line change @@ -2531,7 +2531,7 @@ ac_config_files="$ac_config_files stamp-h"
25312531# Assign here the CIL version numbers
25322532CIL_VERSION_MAJOR=1
25332533CIL_VERSION_MINOR=8
2534- CIL_VERSION_REV=1
2534+ CIL_VERSION_REV=2
25352535CIL_VERSION=$CIL_VERSION_MAJOR .$CIL_VERSION_MINOR .$CIL_VERSION_REV
25362536
25372537# make sure I haven't forgotten to run autoconf
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ AC_PREREQ([2.71])
3333# Assign here the CIL version numbers
3434CIL_VERSION_MAJOR=1
3535CIL_VERSION_MINOR=8
36- CIL_VERSION_REV=1
36+ CIL_VERSION_REV=2
3737CIL_VERSION=$CIL_VERSION_MAJOR .$CIL_VERSION_MINOR .$CIL_VERSION_REV
3838
3939# make sure I haven't forgotten to run autoconf
Original file line number Diff line number Diff line change 22(name goblint-cil)
33( implicit_transitive_deps false )
44( generate_opam_files true )
5- ( version 1 .8.1 )
5+ ( version 1 .8.2 )
66( source ( github goblint/cil) )
77( homepage " https://cil-project.github.io/cil/" )
88; (documentation "https://goblint.github.io/cil")
Original file line number Diff line number Diff line change 11# This file is generated by dune, edit dune-project instead
22opam-version: "2.0"
3- version: "1.8.1 "
3+ version: "1.8.2 "
44synopsis:
55 "A front-end for the C programming language that facilitates program analysis and transformation"
66description: """
You can’t perform that action at this time.
0 commit comments