Mailing List Archive

[xen staging-4.16] Update Xen version to 4.16.6
commit 4b33780de790bd438dd7cbb6143b410d94f0f049
Author: Andrew Cooper <andrew.cooper3@citrix.com>
AuthorDate: Wed Mar 27 18:23:18 2024 +0000
Commit: Andrew Cooper <andrew.cooper3@citrix.com>
CommitDate: Tue Apr 9 17:10:28 2024 +0100

Update Xen version to 4.16.6

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
xen/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/Makefile b/xen/Makefile
index 78db742049..cd10d93c0b 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 = 16
-export XEN_EXTRAVERSION ?= .5$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .6$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

--
generated by git-patchbot for /home/xen/git/xen.git#staging-4.16