Mailing List Archive

[xen stable-4.17] Update Xen version to 4.17.4
commit ddc6fc980aca7b02fb7feeb9e737cb52249274d0
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:48:19 2024 +0100

Update Xen version to 4.17.4

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 bac3684a36..6f9c407332 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 = 17
-export XEN_EXTRAVERSION ?= .4-pre$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .4$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

--
generated by git-patchbot for /home/xen/git/xen.git#stable-4.17