aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-02-10 17:25:36 +0000
committerKeir Fraser <keir@xen.org>2011-02-10 17:25:36 +0000
commitec6f5bef98c65af1eadc0a24e3e76db10565a145 (patch)
treed503c3d222df09f9eb2703d7c75abbedbe2a4b00
parent55354d089b85d279f0c68028961d6a7fad7f5b67 (diff)
downloadxen-4.0.2-rc2.tar.gz
xen-4.0.2-rc2.tar.bz2
xen-4.0.2-rc2.zip
Update Xen version to 4.0.2-rc24.0.2-rc2
-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 21b415fa1b..bd18225d11 100644
--- a/Config.mk
+++ b/Config.mk
@@ -167,7 +167,7 @@ endif
# CONFIG_QEMU ?= ../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
-QEMU_TAG := xen-4.0.2-rc1
+QEMU_TAG := xen-4.0.2-rc2
#QEMU_TAG ?= 6d5b7ee3acfe8cc10681d2583a38398f7470ec2a
# Wed Jan 5 23:42:03 2011 +0000
# Change tap device mac address to prevent change of bridge's mac
diff --git a/xen/Makefile b/xen/Makefile
index a95fa1a723..bbe5964e5e 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 = 0
-export XEN_EXTRAVERSION ?= .2-rc2-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .2-rc2$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version