Skip to content

Commit

Permalink
[opam] fix breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillard committed Aug 30, 2017
1 parent 4266360 commit f273db8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ AC_PREREQ([2.63])
# - opam
# - docker/Dockerfile
AC_INIT([Infer],
[0.12.0],
[0.12.1],
[https://github.com/facebook/infer/issues/])

AC_CONFIG_SRCDIR([infer/src/IR/Sil.re])

# WARNING: keep in sync with above
INFER_MAJOR=0
INFER_MINOR=12
INFER_PATCH=0
INFER_PATCH=1

AC_SUBST([INFER_MAJOR])
AC_SUBST([INFER_MINOR])
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "1.2"
name: "infer"
version: "0.12.0"
version: "0.12.1"
maintainer: "[email protected]"
authors: "Facebook"
homepage: "https://github.com/facebook/infer"
Expand Down
5 changes: 3 additions & 2 deletions opam.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ conf-pkg-config = 1.0
conf-which = 1
core = 113.33.02+4.03
core_kernel = 113.33.02+4.03
cppo = 1.4.1
cppo = 1.6.0
cppo_ocamlbuild = 1.6.0
ctypes = 0.11.3
easy-format = 1.2.0
extlib-compat = 1.7.0
fieldslib = 113.24.00
javalib = 2.3.3
jbuilder = 1.0+beta6
jbuilder = 1.0+beta10
lambda-term = 1.10.1
lwt = 2.7.1
menhir = 20170101
Expand Down

0 comments on commit f273db8

Please sign in to comment.