Skip to content

Commit 8d78670

Browse files
jvillardfacebook-github-bot-5
authored and
facebook-github-bot-5
committed
version 0.7.0
Reviewed By: jeremydubreil Differential Revision: D2922080 fb-gh-sync-id: 67e1862 shipit-source-id: 67e1862
1 parent ee49b43 commit 8d78670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ AC_PREREQ([2.63])
1313
# WARNING: AC_INIT only accepts string literals so the version number
1414
# has to be kept in sync with below
1515
AC_INIT([Infer],
16-
[0.6.0],
16+
[0.7.0],
1717
[https://github.com/facebook/infer/issues/])
1818
AC_CONFIG_SRCDIR([infer/src/backend/sil.ml])
1919

2020
# WARNING: keep in sync with above
2121
INFER_MAJOR=0
22-
INFER_MINOR=6
22+
INFER_MINOR=7
2323
INFER_PATCH=0
2424

2525
AC_SUBST([INFER_MAJOR])

0 commit comments

Comments
 (0)