From 0da0be2a8c44a0dd492a4a6b47601cdad1da4194 Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Sat, 17 Jun 2023 21:29:33 -0700 Subject: [PATCH] prepare to release 3.9 --- dune-project | 2 +- reason.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 546b268db..6f47f40e9 100644 --- a/dune-project +++ b/dune-project @@ -34,7 +34,7 @@ (ocaml (and (>= "4.03") - (< "5.1"))) + (< "5.2"))) (ocamlfind :build) (dune-build-info (>= 2.9.3)) diff --git a/reason.opam b/reason.opam index 4eaf5db39..d814410ba 100644 --- a/reason.opam +++ b/reason.opam @@ -16,7 +16,7 @@ homepage: "https://reasonml.github.io/" bug-reports: "https://github.com/reasonml/reason/issues" depends: [ "dune" {>= "2.9"} - "ocaml" {>= "4.03" & < "5.1"} + "ocaml" {>= "4.03" & < "5.2"} "ocamlfind" {build} "dune-build-info" {>= "2.9.3"} "menhir" {>= "20180523"}