From: Stephane Glondu Date: Sat, 24 Jul 2010 12:37:54 +0000 (+0200) Subject: Versioning X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~330 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=59acb4158d6e18be33f73c02f7d25ce730bdd99d;p=ocaml.git Versioning --- diff --git a/debian/changelog b/debian/changelog index fec0af52..77ac5d99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ocaml (3.12.0~rc1-2) UNRELEASED; urgency=low +ocaml (3.12.0~rc1-1) UNRELEASED; urgency=low [ Stéphane Glondu ] * New upstream release candidate (Closes: #255245, #570920) diff --git a/debian/rules b/debian/rules index b2bbf523..df48195a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := ocaml ALL_PACKAGES := $(shell dh_listpackages) OCAMLMAJOR := 3.12 -OCAMLMINOR := 0+beta1 +OCAMLMINOR := 0+rc1 # Build cache (for Debian debugging) BUILDCACHE := $(wildcard ../ocaml.cache)