version 0.5.0

Summary:
public
This bumps the version number of Infer. Still needs to tag a subsequent commit in GitHub to bless the release.

Reviewed By: dulmarod

Differential Revision: D2759856

fb-gh-sync-id: b1fe50d
master
Jules Villard 9 years ago committed by facebook-github-bot-7
parent a765250149
commit d48f33c1c3

@ -13,13 +13,13 @@ AC_PREREQ([2.63])
# WARNING: AC_INIT only accepts string literals so the version number # WARNING: AC_INIT only accepts string literals so the version number
# has to be kept in sync with below # has to be kept in sync with below
AC_INIT([Infer], AC_INIT([Infer],
[0.4.0], [0.5.0],
[https://github.com/facebook/infer/issues/]) [https://github.com/facebook/infer/issues/])
AC_CONFIG_SRCDIR([infer/src/backend/sil.ml]) AC_CONFIG_SRCDIR([infer/src/backend/sil.ml])
# WARNING: keep in sync with above # WARNING: keep in sync with above
INFER_MAJOR=0 INFER_MAJOR=0
INFER_MINOR=4 INFER_MINOR=5
INFER_PATCH=0 INFER_PATCH=0
AC_SUBST([INFER_MAJOR]) AC_SUBST([INFER_MAJOR])

Loading…
Cancel
Save