Skip to content

Commit f04c979

Browse files
sblackshearfacebook-github-bot-7
authored andcommitted
Bump version number for release
Reviewed By: jvillard Differential Revision: D2840164 fb-gh-sync-id: 5d7aea3
1 parent c32f8f3 commit f04c979

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.0],
16+
[0.6.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=5
22+
INFER_MINOR=6
2323
INFER_PATCH=0
2424

2525
AC_SUBST([INFER_MAJOR])

0 commit comments

Comments
 (0)