Mailing List Archive

[xen staging-4.18] Update Xen version to 4.18.2
commit b2863e468e8119664be6f741e894eaf8783c4391
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 16:45:01 2024 +0100

Update Xen version to 4.18.2

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 affeef69da..657f6fa4e3 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST))
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 18
-export XEN_EXTRAVERSION ?= .2-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .2$(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.18