From: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
To: xen-devel <xen-devel@lists.xensource.com>
Cc: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
Subject: [PATCH 1/5] Put a valid version number in the META files.
Date: Tue, 10 Aug 2010 12:46:49 +0100 [thread overview]
Message-ID: <1281440813-22610-2-git-send-email-vincent.hanquez@eu.citrix.com> (raw)
In-Reply-To: <1281440813-22610-1-git-send-email-vincent.hanquez@eu.citrix.com>
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
---
tools/ocaml/common.make | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Put-a-valid-version-number-in-the-META-files.patch --]
[-- Type: text/x-patch; name="0001-Put-a-valid-version-number-in-the-META-files.patch", Size: 397 bytes --]
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 += -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)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
next prev parent reply other threads:[~2010-08-10 11:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-10 11:46 [PATCH 0/5] xl ocaml: drop lock in the bindings Vincent Hanquez
2010-08-10 11:46 ` Vincent Hanquez [this message]
2010-08-10 11:46 ` [PATCH 2/5] Wrap init context procedure into a macro. Introduce a gc structure Vincent Hanquez
2010-08-10 11:46 ` [PATCH 3/5] use new functions to get elements out of ocaml values Vincent Hanquez
2010-08-10 11:46 ` [PATCH 4/5] use new gc functions to deep copy structure and only free once the gc Vincent Hanquez
2010-08-10 11:46 ` [PATCH 5/5] always drop the caml lock during any xl operations Vincent Hanquez
2010-08-10 14:29 ` [PATCH 0/5] xl ocaml: drop lock in the bindings Stefano Stabellini
2010-08-10 15:14 ` Vincent Hanquez
2010-08-10 15:36 ` Stefano Stabellini
-- strict thread matches above, loose matches on Subject: below --
2010-08-10 15:12 Vincent Hanquez
2010-08-10 15:12 ` [PATCH 1/5] Put a valid version number in the META files Vincent Hanquez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1281440813-22610-2-git-send-email-vincent.hanquez@eu.citrix.com \
--to=vincent.hanquez@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).