From 523cd84e9229496b56b1518c8bd28162034b1bd4 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Tue, 16 May 2017 07:07:42 -0700 Subject: [PATCH] bump version: 0.11.0 -> 0.12.0 Reviewed By: mbouaziz Differential Revision: D5069253 fbshipit-source-id: 3c54a62 --- configure.ac | 4 ++-- opam | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a2707f061..cc56826c4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,14 +15,14 @@ AC_PREREQ([2.63]) # - opam # - docker/Dockerfile AC_INIT([Infer], - [0.11.0], + [0.12.0], [https://github.com/facebook/infer/issues/]) AC_CONFIG_SRCDIR([infer/src/IR/Sil.re]) # WARNING: keep in sync with above INFER_MAJOR=0 -INFER_MINOR=11 +INFER_MINOR=12 INFER_PATCH=0 AC_SUBST([INFER_MAJOR]) diff --git a/opam b/opam index c8ed25034..390a81700 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "1.2" name: "infer" -version: "0.11.0" +version: "0.12.0" maintainer: "opam-devel@lists.ocaml.org" authors: "Facebook" homepage: "https://github.com/facebook/infer"