diff --git a/configure.ac b/configure.ac index 6cd6ddcc3..e4390f58d 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.7.0], + [0.8.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=7 +INFER_MINOR=8 INFER_PATCH=0 AC_SUBST([INFER_MAJOR])