aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2011-01-13 15:38:29 +0000
committerKeir Fraser <keir@xen.org>2011-01-13 15:38:29 +0000
commitd7bcf432a23d89bd0779f5a8623097c4a38ce67c (patch)
tree705fa9eb533f10ae4eea997e3b8b15bd2b2a09ef /xen/Makefile
parent6e7334338f0e3d89ec9d4bf00c77f0d424db22a0 (diff)
downloadxen-d7bcf432a23d89bd0779f5a8623097c4a38ce67c.tar.gz
xen-d7bcf432a23d89bd0779f5a8623097c4a38ce67c.tar.bz2
xen-d7bcf432a23d89bd0779f5a8623097c4a38ce67c.zip
Update Xen version to 4.1.0-rc14.1.0-rc1
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 38838ba7d2..6fb06836f9 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 ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version