aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-07 12:08:10 +0100
committerKeir Fraser <keir@xen.org>2012-09-07 12:08:10 +0100
commitd0a24182135eaa7a88932156ef2bf06a3e7a8149 (patch)
tree3770e6473acbeae1a28ed93928023755436abdc5 /xen/Makefile
parent23567b1201e6da3dc5f30c4640389e22a15ab8b1 (diff)
downloadxen-d0a24182135eaa7a88932156ef2bf06a3e7a8149.tar.gz
xen-d0a24182135eaa7a88932156ef2bf06a3e7a8149.tar.bz2
xen-d0a24182135eaa7a88932156ef2bf06a3e7a8149.zip
Update Xen version to 4.2.0-rc44.2.0-rc4
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 824f442700..9be8e8f638 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-rc4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version