aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-08-23 15:06:11 +0100
committerKeir Fraser <keir@xen.org>2012-08-23 15:06:11 +0100
commitfd5729846b86580e1878b3af4565fb4d8c444457 (patch)
tree345f52e5c9559687d8de4fa4b28ad4f9ca539c4f /xen/Makefile
parent99fca70a8c3ce499be4db2796311adcef4d861ea (diff)
downloadxen-fd5729846b86580e1878b3af4565fb4d8c444457.tar.gz
xen-fd5729846b86580e1878b3af4565fb4d8c444457.tar.bz2
xen-fd5729846b86580e1878b3af4565fb4d8c444457.zip
Update Xen version to 4.2.0-rc4-pre
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 6a6e181197..b135034434 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 = 2
-export XEN_EXTRAVERSION ?= .0-rc3$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4-pre$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version