From: Stephane Glondu Date: Wed, 15 Jun 2011 16:19:13 +0000 (+0200) Subject: New upstream release candidate X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~297 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83e3147b9cded05ad159eca50a3fd06cdff60042;p=ocaml.git New upstream release candidate --- diff --git a/debian/changelog b/debian/changelog index c90431cf..6c065cb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ocaml (3.12.1~rc1-1) UNRELEASED; urgency=low + + * New upstream release candidate + + -- Stéphane Glondu Wed, 15 Jun 2011 18:19:01 +0200 + ocaml (3.12.0-7) unstable; urgency=low * Force aligned access for double and int64 on mips* diff --git a/debian/rules b/debian/rules index 2f6d8c50..4f9553a1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := ocaml ALL_PACKAGES := $(shell dh_listpackages) OCAMLMAJOR := 3.12 -OCAMLMINOR := 0 +OCAMLMINOR := 1+rc1 # Build cache (for Debian debugging) BUILDCACHE := $(wildcard ../ocaml.cache)