Skip to content

Commit

Permalink
bump version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillard committed Feb 2, 2018
1 parent 527398b commit beea923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -15,15 +15,15 @@ AC_PREREQ([2.63])
# - opam
# - docker/Dockerfile
AC_INIT([Infer],
[0.13.0],
[0.13.1],
[https://github.com/facebook/infer/issues/])

AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml])

# WARNING: keep in sync with above
INFER_MAJOR=0
INFER_MINOR=13
INFER_PATCH=0
INFER_PATCH=1

AC_SUBST([INFER_MAJOR])
AC_SUBST([INFER_MINOR])
Expand Down
2 changes: 1 addition & 1 deletion opam
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "infer"
version: "0.13.0"
version: "0.13.1"
maintainer: "[email protected]"
authors: "Facebook"
homepage: "https://github.com/facebook/infer"
Expand Down

0 comments on commit beea923

Please sign in to comment.