From 8d78670bd848273b8003bade79c4ec1fbef39299 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Thu, 11 Feb 2016 03:11:46 -0800 Subject: [PATCH] version 0.7.0 Reviewed By: jeremydubreil Differential Revision: D2922080 fb-gh-sync-id: 67e1862 shipit-source-id: 67e1862 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 80df6b020..77dd9c56a 100644 --- a/configure.ac +++ b/configure.ac @@ -13,13 +13,13 @@ AC_PREREQ([2.63]) # WARNING: AC_INIT only accepts string literals so the version number # has to be kept in sync with below AC_INIT([Infer], - [0.6.0], + [0.7.0], [https://github.com/facebook/infer/issues/]) AC_CONFIG_SRCDIR([infer/src/backend/sil.ml]) # WARNING: keep in sync with above INFER_MAJOR=0 -INFER_MINOR=6 +INFER_MINOR=7 INFER_PATCH=0 AC_SUBST([INFER_MAJOR])