From: Keir Fraser Date: Mon, 24 Oct 2011 17:04:31 +0000 (+0100) Subject: Update Xen version to 4.0.4-rc1-pre X-Git-Tag: 4.0.4-rc1~36 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d7faa7b79ce02d2f4387d8902d6e48b2c7e8f757;p=xen.git Update Xen version to 4.0.4-rc1-pre --- diff --git a/xen/Makefile b/xen/Makefile index d01445e00f..e39d997946 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 = 0 -export XEN_EXTRAVERSION ?= .3$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .4-rc1-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version