Skip to content

Commit 65a39c8

Browse files
jberdineFacebook Github Bot 2
authored andcommitted
bump version: 0.9.2 -> 0.9.3
Reviewed By: cristianoc Differential Revision: D3892772 fbshipit-source-id: cda9448
1 parent c134eac commit 65a39c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515
# - opam
1616
# - docker/Dockerfile
1717
AC_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
2828
INFER_MAJOR=0
2929
INFER_MINOR=9
30-
INFER_PATCH=2
30+
INFER_PATCH=3
3131

3232
AC_SUBST([INFER_MAJOR])
3333
AC_SUBST([INFER_MINOR])

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN VERSION=1.2.2; \
4444
RUN 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 | \

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "infer"
3-
version: "0.9.2"
3+
version: "0.9.3"
44
maintainer: "opam-devel@lists.ocaml.org"
55
authors: "Facebook"
66
homepage: "https://github.com/facebook/infer"

0 commit comments

Comments
 (0)