]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
Version numbers: Set to 4.15-rc
authorIan Jackson <iwj@xenproject.org>
Mon, 1 Mar 2021 14:12:05 +0000 (14:12 +0000)
committerIan Jackson <iwj@xenproject.org>
Mon, 1 Mar 2021 14:12:05 +0000 (14:12 +0000)
Signed-off-by: Ian Jackson <iwj@xenproject.org>
README
SUPPORT.md
xen/Makefile

diff --git a/README b/README
index 33cdf6b82669b42239d75672489edfb09d03d0f6..6e15242ae19f58c50987a97f9ca17b3a6cf1af97 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
 #################################
- _  _    _ ____                        _        _     _
-| || |  / | ___|       _   _ _ __  ___| |_ __ _| |__ | | ___
-| || |_ | |___ \ _____| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
-|__   _|| |___) |_____| |_| | | | \__ \ || (_| | |_) | |  __/
-   |_|(_)_|____/       \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
+ _  _    _ ____
+| || |  / | ___|       _ __ ___
+| || |_ | |___ \ _____| '__/ __|
+|__   _|| |___) |_____| | | (__
+   |_|(_)_|____/      |_|  \___|
 
 #################################
 
index 4cb5ec980263a547792405a51c1b23c8883a877b..7db4568f1a0f4160d1f79ddcc739a433d7c6a1be 100644 (file)
@@ -9,7 +9,7 @@ for the definitions of the support status levels etc.
 
 # Release Support
 
-    Xen-Version: 4.15-unstable
+    Xen-Version: 4.15-rc
     Initial-Release: n/a
     Supported-Until: TBD
     Security-Support-Until: Unreleased - not yet security-supported
index 544cc0995da4ec264f74340cccb068b46db45edb..0b97e459e2a1524c288dffb8cd859425ac1b9708 100644 (file)
@@ -2,7 +2,7 @@
 # All other places this is stored (eg. compile.h) should be autogenerated.
 export XEN_VERSION       = 4
 export XEN_SUBVERSION    = 15
-export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION)
+export XEN_EXTRAVERSION ?= .0-rc$(XEN_VENDORVERSION)
 export XEN_FULLVERSION   = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
 -include xen-version