From: Stephane Glondu Date: Wed, 27 Jan 2010 14:40:48 +0000 (+0100) Subject: Update OCAMLMINOR in debian/rules X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~364 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98f6c3a625dcdd5ff854bf4f4b4ee959b866fa74;p=ocaml.git Update OCAMLMINOR in debian/rules --- diff --git a/debian/rules b/debian/rules index b9c592ce..0efc2cd0 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ include /usr/share/quilt/quilt.make PACKAGE := ocaml ALL_PACKAGES := $(shell sed -ne 's/^Package: //p' debian/control) OCAMLMAJOR := 3.11 -OCAMLMINOR := 2+rc1 +OCAMLMINOR := 2 # Build cache (for Debian debugging) BUILDCACHE := $(wildcard ../ocaml.cache)