diff --git a/configure.ac b/configure.ac index 1cf6f50ff..f2c8a2317 100644 --- a/configure.ac +++ b/configure.ac @@ -12,14 +12,14 @@ AC_PREREQ([2.63]) # - the values below # - opam AC_INIT([Infer], - [0.15.0], + [0.16.0], [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=15 +INFER_MINOR=16 INFER_PATCH=0 AC_SUBST([INFER_MAJOR]) diff --git a/opam b/opam index e976a6795..75ff932e7 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "infer" -version: "0.15.0" +version: "0.16.0" synopsis: "A static analyzer for Java, C, C++, and Objective-C" maintainer: "the infer team" authors: "Facebook"