Skip to content

Commit a9cfcc3

Browse files
committed
Bump version to 1.8.2
1 parent 14c49d1 commit a9cfcc3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

META.goblint-cil.template

Lines changed: 2 additions & 2 deletions
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 = "1.8.1"
5+
version = "1.8.2"
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 = "1.8.1"
10+
version = "1.8.2"
1111
)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2531,7 +2531,7 @@ ac_config_files="$ac_config_files stamp-h"
25312531
# Assign here the CIL version numbers
25322532
CIL_VERSION_MAJOR=1
25332533
CIL_VERSION_MINOR=8
2534-
CIL_VERSION_REV=1
2534+
CIL_VERSION_REV=2
25352535
CIL_VERSION=$CIL_VERSION_MAJOR.$CIL_VERSION_MINOR.$CIL_VERSION_REV
25362536

25372537
# make sure I haven't forgotten to run autoconf

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ AC_PREREQ([2.71])
3333
# Assign here the CIL version numbers
3434
CIL_VERSION_MAJOR=1
3535
CIL_VERSION_MINOR=8
36-
CIL_VERSION_REV=1
36+
CIL_VERSION_REV=2
3737
CIL_VERSION=$CIL_VERSION_MAJOR.$CIL_VERSION_MINOR.$CIL_VERSION_REV
3838

3939
# make sure I haven't forgotten to run autoconf

dune-project

Lines changed: 1 addition & 1 deletion
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 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")

goblint-cil.opam

Lines changed: 1 addition & 1 deletion
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: "1.8.1"
3+
version: "1.8.2"
44
synopsis:
55
"A front-end for the C programming language that facilitates program analysis and transformation"
66
description: """

0 commit comments

Comments
 (0)