File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ AC_PREREQ([2.63])
1515# - opam
1616# - docker/Dockerfile
1717AC_INIT ( [ Infer] ,
18- [ 0.12.0 ] ,
18+ [ 0.12.1 ] ,
1919 [ https://github.com/facebook/infer/issues/] )
2020
2121AC_CONFIG_SRCDIR ( [ infer/src/IR/Sil.re] )
2222
2323# WARNING: keep in sync with above
2424INFER_MAJOR=0
2525INFER_MINOR=12
26- INFER_PATCH=0
26+ INFER_PATCH=1
2727
2828AC_SUBST ( [ INFER_MAJOR] )
2929AC_SUBST ( [ INFER_MINOR] )
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "infer"
3- version: "0.12.0 "
3+ version: "0.12.1 "
44maintainer: "opam-devel@lists.ocaml.org"
55authors: "Facebook"
66homepage: "https://github.com/facebook/infer"
Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ conf-pkg-config = 1.0
1313conf-which = 1
1414core = 113.33.02+4.03
1515core_kernel = 113.33.02+4.03
16- cppo = 1.4.1
16+ cppo = 1.6.0
17+ cppo_ocamlbuild = 1.6.0
1718ctypes = 0.11.3
1819easy-format = 1.2.0
1920extlib-compat = 1.7.0
2021fieldslib = 113.24.00
2122javalib = 2.3.3
22- jbuilder = 1.0+beta6
23+ jbuilder = 1.0+beta10
2324lambda-term = 1.10.1
2425lwt = 2.7.1
2526menhir = 20170101
You can’t perform that action at this time.
0 commit comments