diff --git a/Makefile b/Makefile index b71055cf..d3ff91b2 100644 --- a/Makefile +++ b/Makefile @@ -46,12 +46,7 @@ opt:: $(LIBDIR)/${PKG_NAME}.server.cmxs ##---------------------------------------------------------------------- ## Aux -# Use `eliomdep -sort' only in OCaml>4 -ifeq ($(shell ocamlc -version|cut -c1),4) eliomdep=$(shell $(ELIOMDEP) $(1) -ppx -sort $(2) $(filter %.eliom %.ml,$(3)))) -else -eliomdep=$(3) -endif objs=$(patsubst %.ml,$(1)/%.$(2),$(patsubst %.eliom,$(1)/%.$(2),$(filter %.eliom %.ml,$(3)))) depsort=$(call objs,$(1),$(2),$(call eliomdep,$(3),$(4),$(5))) diff --git a/opam b/opam index 66979576..9c9cf91d 100644 --- a/opam +++ b/opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "ocsigen-toolkit" -version: "3.3.1" +version: "3.3.2" maintainer: "dev@ocsigen.org" synopsis: "Reusable UI components for Eliom applications (client only, or client-server)" description: "The Ocsigen Toolkit is a set of user interface widgets that facilitate the development of Eliom applications."