]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
Update to Xen 4.20
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 4 Mar 2025 16:17:52 +0000 (16:17 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 4 Mar 2025 16:41:08 +0000 (16:41 +0000)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
README
xen/Makefile

diff --git a/README b/README
index 373885523c8e335aa2055dfa9e61b46663c4894e..6cf929c0efc016e6dcc99339a57d3dc1dde586ae 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-#####################################################
+######################################
 __  __            _  _    ____   ___
-\ \/ /___ _ __   | || |  |___ \ / _ \       _ __ ___
- \  // _ \ '_ \  | || |_   __) | | | |_____| '__/ __|
- /  \  __/ | | | |__   _| / __/| |_| |_____| | | (__
-/_/\_\___|_| |_|    |_|(_)_____|\___/      |_|  \___|
+\ \/ /___ _ __   | || |  |___ \ / _ \
+ \  // _ \ '_ \  | || |_   __) | | | |
+ /  \  __/ | | | |__   _| / __/| |_| |
+/_/\_\___|_| |_|    |_|(_)_____|\___/
 
-#####################################################
+######################################
 
 https://www.xen.org/
 
index 4e37fff925148b1aa1b7b56ba2adf3b08231869e..6bf0b0ea9e6af2c1b7bbab4e5a7e34a1df50ad15 100644 (file)
@@ -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    = 20
-export XEN_EXTRAVERSION ?= .0-rc5$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version