File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515# - opam
1616# - docker/Dockerfile
1717AC_INIT ( [ Infer] ,
18- [ 0.9.2 ] ,
18+ [ 0.9.3 ] ,
1919 [ https://github.com/facebook/infer/issues/] )
2020
2121# this has to happen just after AC_INIT() because later macros may mess with the arguments passed to
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
2727# WARNING: keep in sync with above
2828INFER_MAJOR=0
2929INFER_MINOR=9
30- INFER_PATCH=2
30+ INFER_PATCH=3
3131
3232AC_SUBST ( [ INFER_MAJOR] )
3333AC_SUBST ( [ INFER_MINOR] )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ RUN VERSION=1.2.2; \
4444RUN opam init -y --comp=4.02.3
4545
4646# Download the latest Infer release
47- RUN INFER_VERSION=v0.9.2 ; \
47+ RUN INFER_VERSION=v0.9.3 ; \
4848 cd /opt && \
4949 curl -sL \
5050 https://github.com/facebook/infer/releases/download/${INFER_VERSION}/infer-linux64-${INFER_VERSION}.tar.xz | \
Original file line number Diff line number Diff line change 11opam-version: "1.2"
22name: "infer"
3- version: "0.9.2 "
3+ version: "0.9.3 "
44maintainer: "opam-devel@lists.ocaml.org"
55authors: "Facebook"
66homepage: "https://github.com/facebook/infer"
You can’t perform that action at this time.
0 commit comments