From: Keir Fraser Date: Fri, 11 Dec 2009 09:07:57 +0000 (+0000) Subject: Update Xen version to 4.0.0-rc1-pre X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12918 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=acb5f3c6166bfdb4e33db1955a7a4809913b33e5;p=xen.git Update Xen version to 4.0.0-rc1-pre --- diff --git a/xen/Makefile b/xen/Makefile index 0fb1c2753f..3c759e87ce 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -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