From: Jan Beulich Date: Mon, 1 Jul 2013 16:00:34 +0000 (+0200) Subject: update Xen version to 4.4-unstable X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6679 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a99235eb4f95ab86f0a3e8745ad8bb65c39db6fb;p=xen.git update Xen version to 4.4-unstable --- diff --git a/xen/Makefile b/xen/Makefile index 201d9bca16..b02e2dd35d 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,7 +1,7 @@ # 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 = 3 +export XEN_SUBVERSION = 4 export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version