From: Sven Luther Date: Wed, 14 Jul 2004 15:02:20 +0000 (+0000) Subject: VERSION should be 3.08, and not 3.08.0 X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~796 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8fbfe73cbd368cf2f18c9b8279821d15905f6473;p=ocaml.git VERSION should be 3.08, and not 3.08.0 --- diff --git a/debian/rules b/debian/rules index a986e8ea..bd430b24 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ # We want to use dpatch. include /usr/share/dpatch/dpatch.make PACKAGE = ocaml -VERSION = 3.08.0 +VERSION = 3.08 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1