aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/common.make
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@xensource.com>2010-08-10 15:30:36 +0100
committerStefano Stabellini <sstabellini@xensource.com>2010-08-10 15:30:36 +0100
commite59af47a0109e10267e9a893002d34d9d28d83cd (patch)
tree82278fcbf17042b1cc3d2c41ffd7b1995fb4b94d /tools/ocaml/common.make
parent2b465fb2583d1c602a1738d65b3cc0016fb2539b (diff)
downloadxen-e59af47a0109e10267e9a893002d34d9d28d83cd.tar.gz
xen-e59af47a0109e10267e9a893002d34d9d28d83cd.tar.bz2
xen-e59af47a0109e10267e9a893002d34d9d28d83cd.zip
Put a valid version number in the META files
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Diffstat (limited to 'tools/ocaml/common.make')
-rw-r--r--tools/ocaml/common.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/common.make b/tools/ocaml/common.make
index a2085d77d2..064d4f67c3 100644
--- a/tools/ocaml/common.make
+++ b/tools/ocaml/common.make
@@ -20,7 +20,7 @@ OCAMLCFLAGS += -g $(OCAMLINCLUDE) -w F -warn-error F
#LDFLAGS = -cclib -L./
DESTDIR ?= /
-VERSION := echo 0.0
+VERSION := 4.1
OCAMLABI = $(shell $(OCAMLC) -version)
OCAMLLIBDIR = $(shell $(OCAMLC) -where)