bump version: 0.9.4 -> 0.10.0

Reviewed By: sblackshear

Differential Revision: D4536857

fbshipit-source-id: 7822db3
master
Jules Villard 8 years ago committed by Facebook Github Bot
parent dbcb871988
commit 50fea65c8c

@ -15,7 +15,7 @@ AC_PREREQ([2.63])
# - opam # - opam
# - docker/Dockerfile # - docker/Dockerfile
AC_INIT([Infer], AC_INIT([Infer],
[0.9.4], [0.10.0],
[https://github.com/facebook/infer/issues/]) [https://github.com/facebook/infer/issues/])
# this has to happen just after AC_INIT() because later macros may mess with the arguments passed to # this has to happen just after AC_INIT() because later macros may mess with the arguments passed to
@ -26,8 +26,8 @@ AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])
# WARNING: keep in sync with above # WARNING: keep in sync with above
INFER_MAJOR=0 INFER_MAJOR=0
INFER_MINOR=9 INFER_MINOR=10
INFER_PATCH=4 INFER_PATCH=0
AC_SUBST([INFER_MAJOR]) AC_SUBST([INFER_MAJOR])
AC_SUBST([INFER_MINOR]) AC_SUBST([INFER_MINOR])

@ -1,6 +1,6 @@
opam-version: "1.2" opam-version: "1.2"
name: "infer" name: "infer"
version: "0.9.4" version: "0.10.0"
maintainer: "opam-devel@lists.ocaml.org" maintainer: "opam-devel@lists.ocaml.org"
authors: "Facebook" authors: "Facebook"
homepage: "https://github.com/facebook/infer" homepage: "https://github.com/facebook/infer"

@ -1,5 +1,5 @@
{ {
"version": "0.9.4", "version": "0.10.0",
"description": "infer", "description": "infer",
"exportedEnvVars": { "exportedEnvVars": {
"FINDLIB": { "FINDLIB": {

Loading…
Cancel
Save