Skip to content

Commit

Permalink
version 0.7.0
Browse files Browse the repository at this point in the history
Reviewed By: jeremydubreil

Differential Revision: D2922080

fb-gh-sync-id: 67e1862
shipit-source-id: 67e1862
  • Loading branch information
jvillard authored and facebook-github-bot-5 committed Feb 11, 2016
1 parent ee49b43 commit 8d78670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 8d78670

Please sign in to comment.