From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: docs/version [4.2 only] Correct version string Date: Tue, 9 Oct 2012 17:43:49 +0100 Message-ID: <50745445.3090007@citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050101020306000705080509" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" , Ian Campbell List-Id: xen-devel@lists.xenproject.org --------------050101020306000705080509 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit This is the minimal fix to correct 4.2. I will submit a separate patch for unstable -- Andrew Cooper - Dom0 Kernel Engineer, Citrix XenServer T: +44 (0)1223 225 900, http://www.citrix.com --------------050101020306000705080509 Content-Type: text/x-patch; name="docs-version.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="docs-version.patch" # HG changeset patch # Parent 5fbdbf585f5f2ee9a3e3c75a8a9f9f2cc6eda65c docs/version: Correct docs version for 4.2 Signed-off-by: Andrew Cooper diff -r 5fbdbf585f5f docs/Makefile --- a/docs/Makefile +++ b/docs/Makefile @@ -4,7 +4,7 @@ XEN_ROOT=$(CURDIR)/.. include $(XEN_ROOT)/Config.mk include $(XEN_ROOT)/docs/Docs.mk -VERSION = xen-unstable +VERSION = xen-4.2 DOC_MAN5SRC := $(wildcard man/*.pod.5) DOC_MAN1SRC := $(wildcard man/*.pod.1) --------------050101020306000705080509 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.xen.org http://lists.xen.org/xen-devel --------------050101020306000705080509--