From 381dc795c927e46501079aae72e345d15a99238f Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Mon, 20 May 2024 19:24:50 +0200 Subject: [PATCH] 11.0.0 --- dune-project | 6 +++--- eliom.opam | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dune-project b/dune-project index 3a44565dbf..c44abf49fa 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.6) (name eliom) -(version 10.4.1) +(version 11.0.0) (maintainers dev@ocsigen.org) (authors dev@ocsigen.org) (license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") @@ -34,11 +34,11 @@ The client-side code is compiled to JS using Ocsigen Js_of_ocaml or to Wasm usin lwt_log (lwt_ppx (>= 1.2.3)) (tyxml (and (>= 4.6.0) (< 4.7.0))) - (ocsigenserver (and (>= 5.1.0) (< 6.0.0))) + (ocsigenserver (and (>= 6.0.0) (< 7.0.0))) (ipaddr (>= 2.1)) (reactiveData (>= 0.2.1)) base-bytes - (ocsipersist (and (>= 1.0) (< 2.0))) + (ocsipersist (and (>= 2.0) (< 3.0))) ppx_optcomp)) (generate_opam_files) diff --git a/eliom.opam b/eliom.opam index 7f7fd41833..1cc2868fe1 100644 --- a/eliom.opam +++ b/eliom.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "10.4.1" +version: "11.0.0" synopsis: "Advanced client/server Web and mobile framework" description: """ Eliom is a framework for implementing Web sites and client/server Web and mobile applications. @@ -32,11 +32,11 @@ depends: [ "lwt_log" "lwt_ppx" {>= "1.2.3"} "tyxml" {>= "4.6.0" & < "4.7.0"} - "ocsigenserver" {>= "5.1.0" & < "6.0.0"} + "ocsigenserver" {>= "6.0.0" & < "7.0.0"} "ipaddr" {>= "2.1"} "reactiveData" {>= "0.2.1"} "base-bytes" - "ocsipersist" {>= "1.0" & < "2.0"} + "ocsipersist" {>= "2.0" & < "3.0"} "ppx_optcomp" "odoc" {with-doc} ]