Mailing List Archive

[xen staging-4.14] README, Makefile: Xen 4.14.0 release
commit 456957aaa1391e0dfa969e2dd97b87c51a79444e
Author: Ian Jackson <ian.jackson@eu.citrix.com>
AuthorDate: Thu Jul 23 16:07:51 2020 +0100
Commit: Ian Jackson <ian.jackson@eu.citrix.com>
CommitDate: Thu Jul 23 16:07:51 2020 +0100

README, Makefile: Xen 4.14.0 release

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
README | 16 ++++++++--------
xen/Makefile | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/README b/README
index 46c67d8906..c7da4b06e2 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
-#################################
- _ _ _ _ _
-| || | / | || | _ __ ___
-| || |_ | | || |_ _____| '__/ __|
-|__ _|| |__ _|_____| | | (__
- |_|(_)_| |_| |_| \___|
-
-#################################
+###################################
+__ __ _ _ _ _ _
+\ \/ /___ _ __ | || | / | || |
+ \ // _ \ '_ \ | || |_ | | || |_
+ / \ __/ | | | |__ _|| |__ _|
+/_/\_\___|_| |_| |_|(_)_| |_|
+
+###################################

https://www.xen.org/

diff --git a/xen/Makefile b/xen/Makefile
index 2f3f8b9deb..4a45e716a8 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 = 14
-export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0$(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.14