bump version: 0.14.0 -> 0.15.0

Summary: .

Reviewed By: mbouaziz

Differential Revision: D8076279

fbshipit-source-id: 7cae555
master
Jules Villard 7 years ago committed by Facebook Github Bot
parent 3c2ad1dab7
commit 2eef2da4d9

@ -13,16 +13,15 @@ AC_PREREQ([2.63])
# WARNING: the version number has to be kept in sync with: # WARNING: the version number has to be kept in sync with:
# - the values below # - the values below
# - opam # - opam
# - docker/Dockerfile
AC_INIT([Infer], AC_INIT([Infer],
[0.14.0], [0.15.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=14 INFER_MINOR=15
INFER_PATCH=0 INFER_PATCH=0
AC_SUBST([INFER_MAJOR]) AC_SUBST([INFER_MAJOR])

@ -1,6 +1,6 @@
opam-version: "1.2" opam-version: "1.2"
name: "infer" name: "infer"
version: "0.14.0" version: "0.15.0"
maintainer: "opam-devel@lists.ocaml.org" maintainer: "opam-devel@lists.ocaml.org"
authors: "Facebook" authors: "Facebook"
homepage: "https://github.com/facebook/infer" homepage: "https://github.com/facebook/infer"

Loading…
Cancel
Save