From: Keir Fraser Date: Fri, 7 Sep 2012 11:55:26 +0000 (+0100) Subject: Update Xen version to 4.3-unstable X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~7975 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c43b296b69e7c252d7bb2f3b7afe616803d4bd59;p=xen.git Update Xen version to 4.3-unstable --- diff --git a/xen/Makefile b/xen/Makefile index 9be8e8f638..d593149b4f 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 = 4 -export XEN_SUBVERSION = 2 -export XEN_EXTRAVERSION ?= .0-rc4$(XEN_VENDORVERSION) +export XEN_SUBVERSION = 3 +export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version