diff --git a/CHANGES b/CHANGES index 4e2dcf1f3..56732ac7d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -===== dev ===== -* Update to OCaml 5.2 +===== 10.4.1 ===== +* Update to OCaml 5.2 (thanks to Kate Deplaix) ===== 10.4.0 (2024-03-22) ===== * Basic client-server distillery template: sqlite is now the default backend diff --git a/dune-project b/dune-project index 55a35bf5e..3a44565db 100644 --- a/dune-project +++ b/dune-project @@ -1,7 +1,7 @@ (lang dune 3.6) (name eliom) -(version 10.4.0) +(version 10.4.1) (maintainers dev@ocsigen.org) (authors dev@ocsigen.org) (license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") diff --git a/eliom.opam b/eliom.opam index f3721b571..7f7fd4183 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.0" +version: "10.4.1" synopsis: "Advanced client/server Web and mobile framework" description: """ Eliom is a framework for implementing Web sites and client/server Web and mobile applications.