From 919d84dd80a08d380dc0febf83e4af8933784de8 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 23 Apr 2013 18:44:20 +0200 Subject: update Xen version to 4.1.5 --- Config.mk | 2 +- xen/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.mk b/Config.mk index 90321850df..7989a3ff0c 100644 --- a/Config.mk +++ b/Config.mk @@ -180,7 +180,7 @@ endif # CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git CONFIG_QEMU ?= $(QEMU_REMOTE) -QEMU_TAG ?= xen-4.1.5-rc1 +QEMU_TAG ?= xen-4.1.5 # Thu Jan 17 15:52:16 2013 +0000 # e1000: fix compile warning introduced by security fix, and debugging diff --git a/xen/Makefile b/xen/Makefile index 6e0ed76a94..a37c9f69dc 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 1 -export XEN_EXTRAVERSION ?= .5-rc2$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .5$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version -- cgit v1.2.3