Skip to content

Commit

Permalink
bump version: 0.9.0 -> 0.9.1
Browse files Browse the repository at this point in the history
Reviewed By: jberdine

Differential Revision: D3703335

fbshipit-source-id: 0bd34ee
  • Loading branch information
jvillard authored and Facebook Github Bot 0 committed Aug 11, 2016
1 parent 8f5542e commit 0e84560
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AC_PREREQ([2.63])
# - opam
# - docker/Dockerfile
AC_INIT([Infer],
[0.9.0],
[0.9.1],
[https://github.com/facebook/infer/issues/])

# this has to happen just after AC_INIT() because later macros may mess with the arguments passed to
Expand All @@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
# WARNING: keep in sync with above
INFER_MAJOR=0
INFER_MINOR=9
INFER_PATCH=0
INFER_PATCH=1

AC_SUBST([INFER_MAJOR])
AC_SUBST([INFER_MINOR])
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN VERSION=1.2.2; \
RUN opam init -y --comp=4.02.3

# Download the latest Infer release
RUN INFER_VERSION=v0.9.0; \
RUN INFER_VERSION=v0.9.1; \
cd /opt && \
curl -sL \
https://github.com/facebook/infer/releases/download/${INFER_VERSION}/infer-linux64-${INFER_VERSION}.tar.xz | \
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "infer"
version: "0.9.0"
version: "0.9.1"
maintainer: "[email protected]"
authors: "Facebook"
homepage: "https://github.com/facebook/infer"
Expand Down

0 comments on commit 0e84560

Please sign in to comment.