Skip to content

Commit 9482af9

Browse files
committed
bump version to 0.9.5
1 parent 000c713 commit 9482af9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AC_PREREQ([2.63])
1515
# - opam
1616
# - docker/Dockerfile
1717
AC_INIT([Infer],
18-
[0.9.4],
18+
[0.9.5],
1919
[https://github.com/facebook/infer/issues/])
2020

2121
# this has to happen just after AC_INIT() because later macros may mess with the arguments passed to
@@ -27,7 +27,7 @@ AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
2727
# WARNING: keep in sync with above
2828
INFER_MAJOR=0
2929
INFER_MINOR=9
30-
INFER_PATCH=4
30+
INFER_PATCH=5
3131

3232
AC_SUBST([INFER_MAJOR])
3333
AC_SUBST([INFER_MINOR])

opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
opam-version: "1.2"
22
name: "infer"
3-
version: "0.9.4"
3+
version: "0.9.5"
44
maintainer: "opam-devel@lists.ocaml.org"
55
authors: "Facebook"
66
homepage: "https://github.com/facebook/infer"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.9.4",
2+
"version": "0.9.5",
33
"description": "infer",
44
"exportedEnvVars": {
55
"FINDLIB": {

0 commit comments

Comments
 (0)