From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: [PATCH 1/5] Put a valid version number in the META files. Date: Tue, 10 Aug 2010 12:46:49 +0100 Message-ID: <1281440813-22610-2-git-send-email-vincent.hanquez@eu.citrix.com> References: <1281440813-22610-1-git-send-email-vincent.hanquez@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.7.1" Return-path: In-Reply-To: <1281440813-22610-1-git-send-email-vincent.hanquez@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: Vincent Hanquez List-Id: xen-devel@lists.xenproject.org --------------1.7.1 Content-Type: text/plain; charset="UTF-8"; format=fixed Content-Transfer-Encoding: quoted-printable Signed-off-by: Vincent Hanquez --- tools/ocaml/common.make | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --------------1.7.1 Content-Type: text/x-patch; name="0001-Put-a-valid-version-number-in-the-META-files.patch" Content-Disposition: attachment; filename="0001-Put-a-valid-version-number-in-the-META-files.patch" Content-Transfer-Encoding: quoted-printable diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make index a2085d7..064d4f6 100644 --- a/tools/ocaml/common.make +++ b/tools/ocaml/common.make @@ -20,7 +20,7 @@ OCAMLCFLAGS +=3D -g $(OCAMLINCLUDE) -w F -warn-error F #LDFLAGS =3D -cclib -L./ =20 DESTDIR ?=3D / -VERSION :=3D echo 0.0 +VERSION :=3D 4.1 =20 OCAMLABI =3D $(shell $(OCAMLC) -version) OCAMLLIBDIR =3D $(shell $(OCAMLC) -where) --------------1.7.1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------1.7.1--