Skip to content

Commit b4f6ea1

Browse files
jvillardFacebook Github Bot
authored andcommitted
bump version: 0.9.1 -> 0.9.2
Reviewed By: jberdine Differential Revision: D3751244 fbshipit-source-id: 6192883
1 parent ed8d112 commit b4f6ea1

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.1],
18+
[0.9.2],
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=1
30+
INFER_PATCH=2
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.1; \
47+
RUN INFER_VERSION=v0.9.2; \
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.1"
3+
version: "0.9.2"
44
maintainer: "[email protected]"
55
authors: "Facebook"
66
homepage: "https://github.com/facebook/infer"

0 commit comments

Comments
 (0)