We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527398b commit beea923Copy full SHA for beea923
configure.ac
@@ -15,15 +15,15 @@ AC_PREREQ([2.63])
15
# - opam
16
# - docker/Dockerfile
17
AC_INIT([Infer],
18
- [0.13.0],
+ [0.13.1],
19
[https://github.com/facebook/infer/issues/])
20
21
AC_CONFIG_SRCDIR([infer/src/istd/IStd.ml])
22
23
# WARNING: keep in sync with above
24
INFER_MAJOR=0
25
INFER_MINOR=13
26
-INFER_PATCH=0
+INFER_PATCH=1
27
28
AC_SUBST([INFER_MAJOR])
29
AC_SUBST([INFER_MINOR])
opam
@@ -1,6 +1,6 @@
1
opam-version: "1.2"
2
name: "infer"
3
-version: "0.13.0"
+version: "0.13.1"
4
maintainer: "opam-devel@lists.ocaml.org"
5
authors: "Facebook"
6
homepage: "https://github.com/facebook/infer"
0 commit comments