version 0.7.0

Reviewed By: jeremydubreil

Differential Revision: D2922080

fb-gh-sync-id: 67e1862
shipit-source-id: 67e1862
master
Jules Villard 9 years ago committed by facebook-github-bot-5
parent ee49b436af
commit 8d78670bd8

@ -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])

Loading…
Cancel
Save