bump version: 0.15.0 -> 0.16.0

Reviewed By: mbouaziz, ngorogiannis

Differential Revision: D13608804

fbshipit-source-id: b4b432979
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 405dee5ceb
commit 2cf4905c74

@ -12,14 +12,14 @@ AC_PREREQ([2.63])
# - the values below # - the values below
# - opam # - opam
AC_INIT([Infer], AC_INIT([Infer],
[0.15.0], [0.16.0],
[https://github.com/facebook/infer/issues/]) [https://github.com/facebook/infer/issues/])
AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml]) AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml])
# WARNING: keep in sync with above # WARNING: keep in sync with above
INFER_MAJOR=0 INFER_MAJOR=0
INFER_MINOR=15 INFER_MINOR=16
INFER_PATCH=0 INFER_PATCH=0
AC_SUBST([INFER_MAJOR]) AC_SUBST([INFER_MAJOR])

@ -1,6 +1,6 @@
opam-version: "2.0" opam-version: "2.0"
name: "infer" name: "infer"
version: "0.15.0" version: "0.16.0"
synopsis: "A static analyzer for Java, C, C++, and Objective-C" synopsis: "A static analyzer for Java, C, C++, and Objective-C"
maintainer: "the infer team" maintainer: "the infer team"
authors: "Facebook" authors: "Facebook"

Loading…
Cancel
Save