# HG changeset patch # User Keir Fraser # Date 1260522477 0 # Node ID 90a6dd880ddfb45f2e468f68c1e75c9b19ebca4a # Parent 63ff27b3b07ad884613e32fe06909bb20e354378 Update Xen version to 4.0.0-rc1-pre diff -r 63ff27b3b07a -r 90a6dd880ddf xen/Makefile --- a/xen/Makefile Fri Dec 11 09:01:15 2009 +0000 +++ b/xen/Makefile Fri Dec 11 09:07:57 2009 +0000 @@ -1,8 +1,8 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. -export XEN_VERSION = 3 -export XEN_SUBVERSION = 5 -export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) +export XEN_VERSION = 4 +export XEN_SUBVERSION = 0 +export XEN_EXTRAVERSION ?= .0-rc1-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version