From: Andrew Cooper Date: Mon, 7 Aug 2023 12:08:21 +0000 (+0100) Subject: Update Xen to version 4.15.5 X-Git-Tag: RELEASE-4.15.5^0 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=da7f151a63108db5543ca53c1e902c34ae6ee825;p=xen.git Update Xen to version 4.15.5 Signed-off-by: Andrew Cooper --- diff --git a/xen/Makefile b/xen/Makefile index fc692c00da..3df09c361c 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 = 15 -export XEN_EXTRAVERSION ?= .4$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .5$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version