Skip to content

Commit f273db8

Browse files
committed
[opam] fix breakage
1 parent 4266360 commit f273db8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

configure.ac

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

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

2323
# WARNING: keep in sync with above
2424
INFER_MAJOR=0
2525
INFER_MINOR=12
26-
INFER_PATCH=0
26+
INFER_PATCH=1
2727

2828
AC_SUBST([INFER_MAJOR])
2929
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.12.0"
3+
version: "0.12.1"
44
maintainer: "opam-devel@lists.ocaml.org"
55
authors: "Facebook"
66
homepage: "https://github.com/facebook/infer"

opam.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ conf-pkg-config = 1.0
1313
conf-which = 1
1414
core = 113.33.02+4.03
1515
core_kernel = 113.33.02+4.03
16-
cppo = 1.4.1
16+
cppo = 1.6.0
17+
cppo_ocamlbuild = 1.6.0
1718
ctypes = 0.11.3
1819
easy-format = 1.2.0
1920
extlib-compat = 1.7.0
2021
fieldslib = 113.24.00
2122
javalib = 2.3.3
22-
jbuilder = 1.0+beta6
23+
jbuilder = 1.0+beta10
2324
lambda-term = 1.10.1
2425
lwt = 2.7.1
2526
menhir = 20170101

0 commit comments

Comments
 (0)