From: Stephane Glondu Date: Mon, 20 Oct 2008 19:45:59 +0000 (+0200) Subject: Update OCaml version in debian/rules X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~449^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=452719da4185a2ee6383f9a2235e4981aadb6046;p=ocaml.git Update OCaml version in debian/rules --- diff --git a/debian/rules b/debian/rules index 95f9d553..221730e8 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,8 @@ include /usr/share/dpatch/dpatch.make PACKAGE = ocaml -OCAMLMAJOR = 3.10 -OCAMLMINOR = 2 +OCAMLMAJOR = 3.11 +OCAMLMINOR = 0+beta1 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR) STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI) MD5SUMSDIR = /var/lib/ocaml/md5sums