aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beulich <none@none>2012-12-18 13:35:59 +0100
committerJan Beulich <none@none>2012-12-18 13:35:59 +0100
commit1d91baac0bd4c9ff5435797984a55f5531361575 (patch)
tree9c522849ceba9629a2f9d0c5249015ccd27326b6
parentcf5385ec664010c5dba329edb483c0ca375f80f0 (diff)
downloadxen-RELEASE-4.1.4.tar.gz
xen-RELEASE-4.1.4.tar.bz2
xen-RELEASE-4.1.4.zip
update Xen version to 4.1.4RELEASE-4.1.4
-rw-r--r--Config.mk2
-rw-r--r--xen/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Config.mk b/Config.mk
index aa1ac4f965..bdff6a6461 100644
--- a/Config.mk
+++ b/Config.mk
@@ -179,7 +179,7 @@ endif
# CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG ?= xen-4.1.4-rc1
+QEMU_TAG ?= xen-4.1.4
# Tue Nov 13 18:25:17 2012 +0000
# mapcache: Fix invalidate if memory requested was not bucket aligned
diff --git a/xen/Makefile b/xen/Makefile
index 6f322cd138..f1ccc6f08b 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 ?= .4-rc2$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version