From 46199bb80657914be105a8a60ec33bd36efa3d99 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Thu, 27 Jul 2017 03:18:40 -0700 Subject: [PATCH] bump version: 0.12.0 -> 0.13.0 Summary: New version of clang. Reviewed By: martinoluca Differential Revision: D5497860 fbshipit-source-id: c1e1f31 --- configure.ac | 4 ++-- opam | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index aef502f36..0c73cab4a 100644 --- a/configure.ac +++ b/configure.ac @@ -15,14 +15,14 @@ AC_PREREQ([2.63]) # - opam # - docker/Dockerfile AC_INIT([Infer], - [0.12.0], + [0.13.0], [https://github.com/facebook/infer/issues/]) AC_CONFIG_SRCDIR([infer/src/base/IStd.ml]) # WARNING: keep in sync with above INFER_MAJOR=0 -INFER_MINOR=12 +INFER_MINOR=13 INFER_PATCH=0 AC_SUBST([INFER_MAJOR]) diff --git a/opam b/opam index a789d7307..9a042c397 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "1.2" name: "infer" -version: "0.12.0" +version: "0.13.0" maintainer: "opam-devel@lists.ocaml.org" authors: "Facebook" homepage: "https://github.com/facebook/infer"